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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
| SJIS-WIN | 蘖??S | 1001111101010000001111110011111101010011 | 9f503f3f53 |
| EUC-JP | 蘖??S | 1101110110110001001111110011111101010011 | ddb13f3f53 |
| UTF-8 | 蘖뽯젶S | 11101000100110001001011011101011101111011010111111101100101000001011011001010011 | e89896ebbdafeca0b653 |
| UHC | 蘖뽯젶S | 11100101111011101001011011101011101000001010101001010011 | e5ee96eba0aa53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)