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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
| SJIS-WIN | 莪。荳イF | 11100100101011101010000111100100101110001011001001000110 | e4aea1e4b8b246 |
| EUC-JP | 莪。荳イF | 111010001011000010001110101000011110100010111010100011101011001001000110 | e8b08ea1e8ba8eb246 |
| UTF-8 | 莪。荳イF | 11101000100011101010101011101111101111011010000111101000100011011011001111101111101111011011001001000110 | e88eaaefbda1e88db3efbdb246 |
| UHC | 莪?荳?F | 11100100101101010011111111010100111001010011111101000110 | e4b53fd4e53f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)