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 | 驃?駭? | 111010010111111000111111111010010110111000111111 | e97e3fe96e3f |
| EUC-JP | 驃?駭? | 111100011101111100111111111100011100111100111111 | f1df3ff1cf3f |
| UTF-8 | 驃렋駭퐝 | 111010011010100110000011111010111010000010001011111010011010011110101101111011011001000010011101 | e9a983eba08be9a7aded909d |
| UHC | 驃렋駭퐝 | 1111100011111110100011101010001011111010101101001100011110100010 | f8fe8ea2fab4c7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)