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 | 111100101010000110001110101101101111101010101001100011101010010101001111 | f2a18eb6faa98ea54f |
| EUC-JP | ?叱寘磁O | 001111111011110010111000100011111011101011100001101111001010011101001111 | 3fbcb88fbae1bca74f |
| UTF-8 | 叱寘磁O | 11101110100001111001100011100101100011111011000111100101101011111001100011100111101000111000000101001111 | ee8798e58fb1e5af98e7a3814f |
| UHC | ?叱?磁O | 00111111111100101110101000111111111011011011100001001111 | 3ff2ea3fedb84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)