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 | ?PB | 001111110101000001000010 | 3f5042 |
SJIS-WIN | ?PB | 001111110101000001000010 | 3f5042 |
EUC-JP | ?PB | 001111110101000001000010 | 3f5042 |
UTF-8 | 묬PB | 1110101110101100101011000101000001000010 | ebacac5042 |
UHC | 묬PB | 10010010010000110101000001000010 | 92435042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)