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 | ¿äiB | 1001101010111111111001000110100101000010 | 9abfe46942 |
SJIS-WIN | ???iB | 0011111100111111001111110110100101000010 | 3f3f3f6942 |
EUC-JP | ?¿äiB | 001111111000111110100010110001001000111110101011101000110110100101000010 | 3f8fa2c48faba36942 |
UTF-8 | ¿äiB | 1100001010011010110000101011111111000011101001000110100101000010 | c29ac2bfc3a46942 |
UHC | ?¿?iB | 001111111010001010101111001111110110100101000010 | 3fa2af3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)