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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 中?運?B | 10010010100001100011111110001001010111100011111101000010 | 92863f895e3f42 |
EUC-JP | 中?運?B | 11000011111001100011111110110001101111110011111101000010 | c3e63fb1bf3f42 |
UTF-8 | 中렪運렩B | 11100100101110001010110111101011101000001010101011101001100000011000101111101011101000001010100101000010 | e4b8adeba0aae9818beba0a942 |
UHC | 中렪運렩B | 111100011110100110001110101110001110101010100001100011101011011101000010 | f1e98eb8eaa18eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)