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 | 001111111000110001111100100100010111101001000010 | 3f8c7c917a42 |
| EUC-JP | ?芸想B | 001111111011011111011101110000011101101101000010 | 3fb7ddc1db42 |
| UTF-8 | 왃芸想B | 11101100100110011000001111101000100010101011100011100110100000111011001101000010 | ec9983e88ab8e683b342 |
| UHC | 왃芸想B | 10011110101101101110100111111101110111111100110001000010 | 9eb6e9fddfcc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)