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 | ¸ç^F | 10111000111001110101111001000110 | b8e75e46 |
SJIS-WIN | ??^F | 00111111001111110101111001000110 | 3f3f5e46 |
EUC-JP | ¸ç^F | 1000111110100010101100011000111110101011101011100101111001000110 | 8fa2b18fabae5e46 |
UTF-8 | ¸ç^F | 110000101011100011000011101001110101111001000110 | c2b8c3a75e46 |
UHC | ¸?^F | 1010001010101100001111110101111001000110 | a2ac3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)