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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | ??薛O | 0011111100111111111001010100110001001111 | 3f3fe54c4f |
| EUC-JP | ??薛O | 0011111100111111111010011010110101001111 | 3f3fe9ad4f |
| UTF-8 | 악렒薛O | 11101100100101011000010111101011101000001001001011101000100101101001101101001111 | ec9585eba092e8969b4f |
| UHC | 악렒薛O | 10111110110001111000111010100111111000001110000001001111 | bec78ea7e0e04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)