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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 霏レ鋻鰾 | 11101000110000001101101011111011110110011110100111100010 | e8c0dafbd9e9e2 |
| EUC-JP | 霏レ鋻鰾 | 111100001100001010001110110110101000111111100100110100011111001011100100 | f0c28eda8fe4d1f2e4 |
| UTF-8 | 霏レ鋻鰾 | 111010011001110010001111111011111011111010011010111010011000101110111011111010011011000010111110 | e99c8fefbe9ae98bbbe9b0be |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)