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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 酊?酊?B | 11100111110000100011111111100111110000100011111101000010 | e7c23fe7c23f42 |
EUC-JP | 酊?酊?B | 11101110110001000011111111101110110001000011111101000010 | eec43feec43f42 |
UTF-8 | 酊렞酊렞B | 11101001100001011000101011101011101000001001111011101001100001011000101011101011101000001001111001000010 | e9858aeba09ee9858aeba09e42 |
UHC | 酊렞酊렞B | 111011111111100010001110101011111110111111111000100011101010111101000010 | eff88eafeff88eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)