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 | ?P | 0011111101010000 | 3f50 |
SJIS-WIN | 宸P | 100110111000001001010000 | 9b8250 |
EUC-JP | 宸P | 110101011110001001010000 | d5e250 |
UTF-8 | 宸P | 11100101101011101011100001010000 | e5aeb850 |
UHC | 宸P | 111000111110010001010000 | e3e450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)