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 | 100101110100011000111111100011011000000101000010 | 97463f8d8142 |
| EUC-JP | 友?香B | 110011011010011100111111101110011110000101000010 | cda73fb9e142 |
| UTF-8 | 友맰香B | 11100101100011111000101111101011101001111011000011101001101001101001100101000010 | e58f8beba7b0e9a69942 |
| UHC | 友맰香B | 11101001110100101001000010110111111110101100010101000010 | e9d290b7fac542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)