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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ゙スラ | 1101111011110011111101101011110111010111 | def3f6bdd7 |
| EUC-JP | ゙?スラ | 10001110110111100011111110001110101111011000111011010111 | 8ede3f8ebd8ed7 |
| UTF-8 | ゙スラ | 111011111011111010011110111011101000101110101001111011111011110110111101111011111011111010010111 | efbe9eee8ba9efbdbdefbe97 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)