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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襞崎悉膾 | 1110010111111100100011011110100010001110101110111110010001011001 | e5fc8de88ebbe459 |
EUC-JP | 襞崎悉膾 | 1110101011111110101110101110101010111100101111011110011110111010 | eafebaeabcbde7ba |
UTF-8 | 襞崎悉膾 | 111010001010010110011110111001011011010010001110111001101000001010001001111010001000011010111110 | e8a59ee5b48ee68289e886be |
UHC | ?崎悉膾 | 00111111110100001111100011100011111110101111110011101100 | 3fd0f8e3fafcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)