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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | Β` | 10000011101000001000000101001101 | 83a0814d |
EUC-JP | Β` | 10100110101000101010000110101110 | a6a2a1ae |
UTF-8 | Β` | 1100111010010010111011111011110110000000 | ce92efbd80 |
UHC | Β` | 10100101110000101010001111100000 | a5c2a3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)