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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 壕頭秘B | 10001101100010001001001110101010100101001110100101000010 | 8d8893aa94e942 |
| EUC-JP | 壕頭秘B | 10111001111010001100011010101100110010001110101101000010 | b9e8c6acc8eb42 |
| UTF-8 | 壕頭秘B | 11100101101000111001010111101001101000001010110111100111101001111001100001000010 | e5a395e9a0ade7a79842 |
| UHC | 壕頭秘B | 11111011101111011101010011101001110111011111101001000010 | fbbdd4e9ddfa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)