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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
UTF-8 | 뜄뚑Lh뜄뚑L | 111010111001110010000100111010111001101010010001010011000110100011101011100111001000010011101011100110101001000101001100 | eb9c84eb9a914c68eb9c84eb9a914c |
UHC | 뜄뚑Lh뜄뚑L | 1000110110001000100011001101010001001100011010001000110110001000100011001101010001001100 | 8d888cd44c688d888cd44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)