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 | Àãé÷ | 11000000111000111110100111110111 | c0e3e9f7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | Àãé÷ | 1000111110101010101000101000111110101011101010101000111110101011101100011010000111100000 | 8faaa28fabaa8fabb1a1e0 |
UTF-8 | Àãé÷ | 1100001110000000110000111010001111000011101010011100001110110111 | c380c3a3c3a9c3b7 |
UHC | ???÷ | 0011111100111111001111111010000111000000 | 3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)