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 | 罔遵オ | 111000111010011010001111100001011000001101001001 | e3a68f858349 |
| EUC-JP | 罔遵オ | 111001101010100010111101111001011010010110101010 | e6a8bde5a5aa |
| UTF-8 | 罔遵オ | 111001111011110110010100111010011000000110110101111000111000001010101010 | e7bd94e981b5e382aa |
| UHC | 罔遵オ | 110110001101001011110001111001011010101110101010 | d8d2f1e5abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)