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 | Ê÷P | 110010101111011101010000 | caf750 |
SJIS-WIN | ?÷P | 00111111100000011000000001010000 | 3f818050 |
EUC-JP | Ê÷P | 100011111010101010110100101000011110000001010000 | 8faab4a1e050 |
UTF-8 | Ê÷P | 1100001110001010110000111011011101010000 | c38ac3b750 |
UHC | ?÷P | 00111111101000011100000001010000 | 3fa1c050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)