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 | 1001001001010001100100100101110001001100011010001001001001010001100100100101110001001100 | 9251925c4c689251925c4c |
EUC-JP | 嘆箪Lh嘆箪L | 1100001110110010110000111011110101001100011010001100001110110010110000111011110101001100 | c3b2c3bd4c68c3b2c3bd4c |
UTF-8 | 嘆箪Lh嘆箪L | 111001011001100010000110111001111010111010101010010011000110100011100101100110001000011011100111101011101010101001001100 | e59886e7aeaa4c68e59886e7aeaa4c |
UHC | 嘆?Lh嘆?L | 111101111010001100111111010011000110100011110111101000110011111101001100 | f7a33f4c68f7a33f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)