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 | ObOH | 10010111010011110110001010010111010011111001101001001000 | 974f62974f9a48 |
| SJIS-WIN | ?Ob?O?H | 00111111010011110110001000111111010011110011111101001000 | 3f4f623f4f3f48 |
| EUC-JP | ?Ob?O?H | 00111111010011110110001000111111010011110011111101001000 | 3f4f623f4f3f48 |
| UTF-8 | ObOH | 11000010100101110100111101100010110000101001011101001111110000101001101001001000 | c2974f62c2974fc29a48 |
| UHC | ?Ob?O?H | 00111111010011110110001000111111010011110011111101001000 | 3f4f623f4f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)