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 | 100110101110001110001101011010110011111101001111 | 9ae38d6b3f4f |
| EUC-JP | 壹耕适O | 1101010011100101101110011100110010001111111000011100101101001111 | d4e5b9cc8fe1cb4f |
| UTF-8 | 壹耕适O | 11100101101000111011100111101000100000001001010111101001100000001000001001001111 | e5a3b9e88095e980824f |
| UHC | 壹耕适O | 11101100111011001100110011101001110011101100000101001111 | ececcce9cec14f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)