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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 襞崎幹e^ | 1110010111111100100011011110100010001010101100100110010101011110 | e5fc8de88ab2655e |
EUC-JP | 襞崎幹e^ | 1110101011111110101110101110101010110100101101000110010101011110 | eafebaeab4b4655e |
UTF-8 | 襞崎幹e^ | 1110100010100101100111101110010110110100100011101110010110111001101110010110010101011110 | e8a59ee5b48ee5b9b9655e |
UHC | ?崎幹e^ | 00111111110100001111100011001010110011110110010101011110 | 3fd0f8cacf655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)