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 | ?C?? | 00111111010000110011111100111111 | 3f433f3f |
SJIS-WIN | ?C?? | 00111111010000110011111100111111 | 3f433f3f |
EUC-JP | 塡C?? | 100011111011100010110100010000110011111100111111 | 8fb8b4433f3f |
UTF-8 | 塡C롋렶 | 11100101101000011010000101000011111010111010000110001011111010111010000010110110 | e5a1a143eba18beba0b6 |
UHC | 塡C롋렶 | 11101110111100110100001110001110110100011000111011000001 | eef3438ed18ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)