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 | 111001001110011110100001010011000110100011100100111001111010000101001100 | e4e7a14c68e4e7a14c |
EUC-JP | 蓍。Lh蓍。L | 1110100011101001100011101010000101001100011010001110100011101001100011101010000101001100 | e8e98ea14c68e8e98ea14c |
UTF-8 | 蓍。Lh蓍。L | 111010001001001110001101111011111011110110100001010011000110100011101000100100111000110111101111101111011010000101001100 | e8938defbda14c68e8938defbda14c |
UHC | 蓍?Lh蓍?L | 111000111100100100111111010011000110100011100011110010010011111101001100 | e3c93f4c68e3c93f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)