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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
| SJIS-WIN | 蘖??F | 1001111101010000001111110011111101000110 | 9f503f3f46 |
| EUC-JP | 蘖??F | 1101110110110001001111110011111101000110 | ddb13f3f46 |
| UTF-8 | 蘖뽯젶F | 11101000100110001001011011101011101111011010111111101100101000001011011001000110 | e89896ebbdafeca0b646 |
| UHC | 蘖뽯젶F | 11100101111011101001011011101011101000001010101001000110 | e5ee96eba0aa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)