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 | 1110100011101001100011101010000101001100011010001110100011101001100011101010000101001100 | e8e98ea14c68e8e98ea14c |
EUC-JP | 韜治Lh韜治L | 1111000011101011101111001010001101001100011010001111000011101011101111001010001101001100 | f0ebbca34c68f0ebbca34c |
UTF-8 | 韜治Lh韜治L | 111010011001111110011100111001101011001010111011010011000110100011101001100111111001110011100110101100101011101101001100 | e99f9ce6b2bb4c68e99f9ce6b2bb4c |
UHC | 韜治Lh韜治L | 1101010010110111111101101011110101001100011010001101010010110111111101101011110101001100 | d4b7f6bd4c68d4b7f6bd4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)