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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 瓮g?A | 111000010100010010000010100001110011111101000001 | e14482873f41 |
| EUC-JP | 瓮g?A | 111000011010010110100011111001110011111101000001 | e1a5a3e73f41 |
| UTF-8 | 瓮g윯A | 11100111100100111010111011101111101111011000011111101100100111001010111101000001 | e793aeefbd87ec9caf41 |
| UHC | 瓮g윯A | 11101000101101111010001111100111100111111010111001000001 | e8b7a3e79fae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)