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 | ¿³@h | 10111111101100110100000001101000 | bfb34068 |
SJIS-WIN | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
EUC-JP | ¿?@h | 100011111010001011000100001111110100000001101000 | 8fa2c43f4068 |
UTF-8 | ¿³@h | 110000101011111111000010101100110100000001101000 | c2bfc2b34068 |
UHC | ¿³@h | 101000101010111110101001111110000100000001101000 | a2afa9f84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)