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 | 堤峰??彫 | 1001001011100111100101011111010000111111001111111001001010100100 | 92e795f43f3f92a4 |
EUC-JP | 堤峰??彫 | 1100010011101001110010101111011000111111001111111100010010100110 | c4e9caf63f3fc4a6 |
UTF-8 | 堤峰렣렮彫 | 111001011010000010100100111001011011001110110000111010111010000010100011111010111010000010101110111001011011110110101011 | e5a0a4e5b3b0eba0a3eba0aee5bdab |
UHC | 堤峰렣렮彫 | 11110000101001111101110011101000100011101011010010001110101110111111000011000001 | f0a7dce88eb48ebbf0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)