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 | DÝO | 1001000101000100100100001101110101001111 | 914490dd4f |
| SJIS-WIN | ?D??O | 0011111101000100001111110011111101001111 | 3f443f3f4f |
| EUC-JP | ?D?ÝO | 00111111010001000011111110001111101010101111001001001111 | 3f443f8faaf24f |
| UTF-8 | DÝO | 1100001010010001010001001100001010010000110000111001110101001111 | c29144c290c39d4f |
| UHC | ?D??O | 0011111101000100001111110011111101001111 | 3f443f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)