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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 瓮e?O | 111000010100010010000010100001010011111101001111 | e14482853f4f |
| EUC-JP | 瓮e?O | 111000011010010110100011111001010011111101001111 | e1a5a3e53f4f |
| UTF-8 | 瓮e돘O | 11100111100100111010111011101111101111011000010111101011100011111001100001001111 | e793aeefbd85eb8f984f |
| UHC | 瓮e돘O | 11101000101101111010001111100101100010011010000101001111 | e8b7a3e589a14f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)