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 | 中?蔭?^ | 10010010100001100011111110001000111111000011111101011110 | 92863f88fc3f5e |
EUC-JP | 中?蔭?^ | 11000011111001100011111110110000111111100011111101011110 | c3e63fb0fe3f5e |
UTF-8 | 中렏蔭렢^ | 11100100101110001010110111101011101000001000111111101000100101001010110111101011101000001010001001011110 | e4b8adeba08fe894adeba0a25e |
UHC | 中렏蔭렢^ | 111100011110100110001110101001011110101111100011100011101011001101011110 | f1e98ea5ebe38eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)