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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堤峰??彫? | 100100101110011110010101111101000011111100111111100100101010010000111111 | 92e795f43f3f92a43f |
EUC-JP | 堤峰??彫? | 110001001110100111001010111101100011111100111111110001001010011000111111 | c4e9caf63f3fc4a63f |
UTF-8 | 堤峰렣렮彫ㅺ | 111001011010000010100100111001011011001110110000111010111010000010100011111010111010000010101110111001011011110110101011111000111000010110111010 | e5a0a4e5b3b0eba0a3eba0aee5bdabe385ba |
UHC | 堤峰렣렮彫ㅺ | 111100001010011111011100111010001000111010110100100011101011101111110000110000011010010011101010 | f0a7dce88eb48ebbf0c1a4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)