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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 棹癶麼^ | 10011110101010001110000110100000100110111111010101011110 | 9ea8e1a09bf55e |
EUC-JP | 棹癶麼^ | 11011100101010101110001010100010110101101111011101011110 | dcaae2a2d6f75e |
UTF-8 | 棹癶麼^ | 11100110101000111011100111100111100110011011011011101001101110101011110001011110 | e6a3b9e799b6e9babc5e |
UHC | 棹??^ | 1101010010100001001111110011111101011110 | d4a13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)