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 | ÷@ | 100101111111011101000000 | 97f740 |
SJIS-WIN | ?÷@ | 00111111100000011000000001000000 | 3f818040 |
EUC-JP | ?÷@ | 00111111101000011110000001000000 | 3fa1e040 |
UTF-8 | ÷@ | 1100001010010111110000111011011101000000 | c297c3b740 |
UHC | ?÷@ | 00111111101000011100000001000000 | 3fa1c040 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)