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 | ?}B | 001111110111110101000010 | 3f7d42 |
SJIS-WIN | 梳}B | 10011110100000000111110101000010 | 9e807d42 |
EUC-JP | 梳}B | 11011011111000000111110101000010 | dbe07d42 |
UTF-8 | 梳}B | 1110011010100010101100110111110101000010 | e6a2b37d42 |
UHC | 梳}B | 11100001101110100111110101000010 | e1ba7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)