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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?經??寃 | 00111111111000110101001100111111001111111001101110000011 | 3fe3533f3f9b83 |
EUC-JP | 饔經??寃 | 100011111110100011101111111001011011010000111111001111111101010111100011 | 8fe8efe5b43f3fd5e3 |
UTF-8 | 饔經렩렊寃 | 111010011010010110010100111001111011011010010011111010111010000010101001111010111010000010001010111001011010111110000011 | e9a594e7b693eba0a9eba08ae5af83 |
UHC | 饔經렩렊寃 | 11101000101111011100110011101000100011101011011110001110101000011110101010110010 | e8bdcce88eb78ea1eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)