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 | ?]H | 001111110101110101001000 | 3f5d48 |
SJIS-WIN | 償]H | 10001111100111100101110101001000 | 8f9e5d48 |
EUC-JP | 償]H | 10111101111111100101110101001000 | bdfe5d48 |
UTF-8 | 償]H | 1110010110000100100111110101110101001000 | e5849f5d48 |
UHC | 償]H | 11011111110000010101110101001000 | dfc15d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)