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 | 1110101010100010001111110011111101001111 | eaa23f3f4f |
| EUC-JP | 瑤??O | 1111010010100100001111110011111101001111 | f4a43f3f4f |
| UTF-8 | 瑤띄뙠O | 11100111100100011010010011101011100111011000010011101011100110011010000001001111 | e791a4eb9d84eb99a04f |
| UHC | 瑤띄뙠O | 11101000111111011011011011100111100011001010010101001111 | e8fdb6e78ca54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)