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 | 1001101010000101111000011011100001001100011010001001101010000101111000011011100001001100 | 9a85e1b84c689a85e1b84c |
EUC-JP | 嚆盧Lh嚆盧L | 1101001111100101111000101011101001001100011010001101001111100101111000101011101001001100 | d3e5e2ba4c68d3e5e2ba4c |
UTF-8 | 嚆盧Lh嚆盧L | 111001011001101010000110111001111001101110100111010011000110100011100101100110101000011011100111100110111010011101001100 | e59a86e79ba74c68e59a86e79ba74c |
UHC | 嚆盧Lh嚆盧L | 1111110011110111110101101101010001001100011010001111110011110111110101101101010001001100 | fcf7d6d44c68fcf7d6d44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)