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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 中???^ | 100100101000011000111111001111110011111101011110 | 92863f3f3f5e |
EUC-JP | 中???^ | 110000111110011000111111001111110011111101011110 | c3e63f3f3f5e |
UTF-8 | 中쯤렣렖^ | 11100100101110001010110111101100101011111010010011101011101000001010001111101011101000001001011001011110 | e4b8adecafa4eba0a3eba0965e |
UHC | 中쯤렣렖^ | 111100011110100111000010111010111000111010110100100011101010101101011110 | f1e9c2eb8eb48eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)