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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??廊 | 00111111001111111001100001001100 | 3f3f984c |
| EUC-JP | ?岵廊 | 001111111000111110111011101101111100111110101101 | 3f8fbbb7cfad |
| UTF-8 | 뤓岵廊 | 111010111010010010010011111001011011001010110101111001011011101110001010 | eba493e5b2b5e5bb8a |
| UHC | 뤓岵廊 | 100011111100001111111011110000001101010111000110 | 8fc3fbc0d5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)