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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
| SJIS-WIN | セュ雫x | 1011111010101101100011101011010001111000 | bead8eb478 |
| EUC-JP | セュ雫x | 10001110101111101000111010101101101111001011011001111000 | 8ebe8eadbcb678 |
| UTF-8 | セュ雫x | 11101111101111011011111011101111101111011010110111101001100110111010101101111000 | efbdbeefbdade99bab78 |
| UHC | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)