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 | 1001000110111011100100011011010101001100011010001001000110111011100100011011010101001100 | 91bb91b54c6891bb91b54c |
EUC-JP | 遜揃Lh遜揃L | 1100001010111101110000101011011101001100011010001100001010111101110000101011011101001100 | c2bdc2b74c68c2bdc2b74c |
UTF-8 | 遜揃Lh遜揃L | 111010011000000110011100111001101000111110000011010011000110100011101001100000011001110011100110100011111000001101001100 | e9819ce68f834c68e9819ce68f834c |
UHC | 遜?Lh遜?L | 111000011110000100111111010011000110100011100001111000010011111101001100 | e1e13f4c68e1e13f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)