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 | ?Ph | 001111110101000001101000 | 3f5068 |
SJIS-WIN | 磅Ph | 11100001111110100101000001101000 | e1fa5068 |
EUC-JP | 磅Ph | 11100010111111000101000001101000 | e2fc5068 |
UTF-8 | 磅Ph | 1110011110100011100001010101000001101000 | e7a3855068 |
UHC | 磅Ph | 11011011101101100101000001101000 | dbb65068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)