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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 鎰?EE | 1110100001001100001111110100010101000101 | e84c3f4545 |
EUC-JP | 鎰?EE | 1110111110101101001111110100010101000101 | efad3f4545 |
UTF-8 | 鎰렏EE | 1110100110001110101100001110101110100000100011110100010101000101 | e98eb0eba08f4545 |
UHC | 鎰렏EE | 111011001111000010001110101001010100010101000101 | ecf08ea54545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)