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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 鋻譴骰 | 111110111101100111100110101000101110100110001101 | fbd9e6a2e98d |
| EUC-JP | 鋻譴骰 | 10001111111001001101000111101100101001001111000111101101 | 8fe4d1eca4f1ed |
| UTF-8 | 鋻譴骰 | 111010011000101110111011111010001010110110110100111010011010101010110000 | e98bbbe8adb4e9aab0 |
| UHC | ?譴? | 00111111110011001011100100111111 | 3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)