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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 瓮??瓦? | 11100001010001000011111100111111100010101010001000111111 | e1443f3f8aa23f |
| EUC-JP | 瓮??瓦? | 11100001101001010011111100111111101101001010010000111111 | e1a53f3fb4a43f |
| UTF-8 | 瓮울숴瓦닷 | 111001111001001110101110111011001001101010111000111011001000100010110100111001111001001110100110111010111000101110110111 | e793aeec9ab8ec88b4e793a6eb8bb7 |
| UHC | 瓮울숴瓦닷 | 11101000101101111011111111101111101111011010010011101000101111111011010011100101 | e8b7bfefbda4e8bfb4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)