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 | 10001111101001100101110101001000 | 8fa65d48 |
EUC-JP | 嘗]H | 10111110101010000101110101001000 | bea85d48 |
UTF-8 | 嘗]H | 1110010110011000100101110101110101001000 | e598975d48 |
UHC | 嘗]H | 11011111110001000101110101001000 | dfc45d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)