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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 中?運?\ | 10010010100001100011111110001001010111100011111101011100 | 92863f895e3f5c |
EUC-JP | 中?運?\ | 11000011111001100011111110110001101111110011111101011100 | c3e63fb1bf3f5c |
UTF-8 | 中렪運렩\ | 11100100101110001010110111101011101000001010101011101001100000011000101111101011101000001010100101011100 | e4b8adeba0aae9818beba0a95c |
UHC | 中렪運렩\ | 111100011110100110001110101110001110101010100001100011101011011101011100 | f1e98eb8eaa18eb75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)