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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ト鮟 | 1111000010111110110001001110100110111011 | f0bec4e9bb |
| EUC-JP | ?ト鮟 | 0011111110001110110001001111001010111101 | 3f8ec4f2bd |
| UTF-8 | ト鮟 | 111011101000000110111101111011111011111010000100111010011010111010011111 | ee81bdefbe84e9ae9f |
| UHC | ??鮟 | 00111111001111111110010011010101 | 3f3fe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)