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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 癲???O | 111000011001111100111111001111110011111101001111 | e19f3f3f3f4f |
| EUC-JP | 癲???O | 111000101010000100111111001111110011111101001111 | e2a13f3f3f4f |
| UTF-8 | 癲싲같횧O | 11100111100110011011001011101100100010111011001011101010101100001001100111101101100110101010011101001111 | e799b2ec8bb2eab099ed9aa74f |
| UHC | 癲싲같횧O | 111011111010011010011010111010111011000010110000110000111001111001001111 | efa69aebb0b0c39e4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)