To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?G??? | 0011111101000111001111110011111100111111 | 3f473f3f3f |
SJIS-WIN | 莵G赦鴫贏 | 111001001011011101000111100011101100110110001110101100001110011011010101 | e4b7478ecd8eb0e6d5 |
EUC-JP | 莵G赦鴫贏 | 111010001011100101000111101111001100111110111100101100101110110011010111 | e8b947bccfbcb2ecd7 |
UTF-8 | 莵G赦鴫贏 | 11101000100011101011010101000111111010001011010110100110111010011011010010101011111010001011010010001111 | e88eb547e8b5a6e9b4abe8b48f |
UHC | ?G赦?? | 001111110100011111011110111101010011111100111111 | 3f47def53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)