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 | 中?中?^ | 10010010100001100011111110010010100001100011111101011110 | 92863f92863f5e |
EUC-JP | 中?中?^ | 11000011111001100011111111000011111001100011111101011110 | c3e63fc3e63f5e |
UTF-8 | 中렪中렪^ | 11100100101110001010110111101011101000001010101011100100101110001010110111101011101000001010101001011110 | e4b8adeba0aae4b8adeba0aa5e |
UHC | 中렪中렪^ | 111100011110100110001110101110001111000111101001100011101011100001011110 | f1e98eb8f1e98eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)