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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| EUC-JP | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| UTF-8 | 걢걦걢걦B | 11101010101100011010001011101010101100011010011011101010101100011010001011101010101100011010011001000010 | eab1a2eab1a6eab1a2eab1a642 |
| UHC | 걢걦걢걦B | 100000011000101110000001100011111000000110001011100000011000111101000010 | 818b818f818b818f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)