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 | È÷ | 100011111100100011110111 | 8fc8f7 |
SJIS-WIN | ??÷ | 00111111001111111000000110000000 | 3f3f8180 |
EUC-JP | ?È÷ | 001111111000111110101010101100101010000111100000 | 3f8faab2a1e0 |
UTF-8 | È÷ | 110000101000111111000011100010001100001110110111 | c28fc388c3b7 |
UHC | ??÷ | 00111111001111111010000111000000 | 3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)