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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 艷壕┃O | 11100100100001101000110110001000100001001010101101001111 | e4868d8884ab4f |
| EUC-JP | 艷壕┃O | 11100111111001101011100111101000101010001010110101001111 | e7e6b9e8a8ad4f |
| UTF-8 | 艷壕┃O | 11101000100010011011011111100101101000111001010111100010100101001000001101001111 | e889b7e5a395e294834f |
| UHC | ?壕┃O | 001111111111101110111101101001101010110101001111 | 3ffbbda6ad4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)