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 | 111010001011000010001110101000011110100010111010100011101011001001000110 | e8b08ea1e8ba8eb246 |
| EUC-JP | 隹治霄軸F | 111100001011001010111100101000111111000010111100101111001011010001000110 | f0b2bca3f0bcbcb446 |
| UTF-8 | 隹治霄軸F | 11101001100110101011100111100110101100101011101111101001100111001000010011101000101110111011100001000110 | e99ab9e6b2bbe99c84e8bbb846 |
| UHC | ?治?軸F | 00111111111101101011110100111111111101011110111001000110 | 3ff6bd3ff5ee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)