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 | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | ?甬O | 00111111111000010101010001001111 | 3fe1544f |
| EUC-JP | ?甬O | 00111111111000011011010101001111 | 3fe1b54f |
| UTF-8 | 작甬O | 11101100100111101001000111100111100101001010110001001111 | ec9e91e794ac4f |
| UHC | 작甬O | 1100000011011011111010011100010101001111 | c0dbe9c54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)