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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | ?晩?晩B | 00111111100101001101001100111111100101001101001101000010 | 3f94d33f94d342 |
| EUC-JP | ?晩?晩B | 00111111110010001101010100111111110010001101010101000010 | 3fc8d53fc8d542 |
| UTF-8 | 적晩적晩B | 11101100101000001000000111100110100110011010100111101100101000001000000111100110100110011010100101000010 | eca081e699a9eca081e699a942 |
| UHC | 적晩적晩B | 110000001111101111011000101110011100000011111011110110001011100101000010 | c0fbd8b9c0fbd8b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)