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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??9宥?? | 0011111100111111100000100101100010010111010001110011111100111111 | 3f3f825897473f3f |
| EUC-JP | ??9宥?? | 0011111100111111101000111011100111001101101010000011111100111111 | 3f3fa3b9cda83f3f |
| UTF-8 | 閱묐9宥졿㎉ | 111010011001011010110001111010111010110010010000111011111011110010011001111001011010111010100101111011001010000110111111111000111000111010001001 | e996b1ebac90efbc99e5aea5eca1bfe38e89 |
| UHC | 閱묐9宥졿㎉ | 111001101111001110010001111010111010001110111001111010101110100110100000111001101010011110111011 | e6f391eba3b9eae9a0e6a7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)