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 | ?V?B | 00111111010101100011111101000010 | 3f563f42 |
SJIS-WIN | ?V業B | 0011111101010110100010111100011001000010 | 3f568bc642 |
EUC-JP | ?V業B | 0011111101010110101101101100100001000010 | 3f56b6c842 |
UTF-8 | 뭒V業B | 1110101110101101100100100101011011100110101001011010110101000010 | ebad9256e6a5ad42 |
UHC | 뭒V業B | 100100100101101001010110111001011111011001000010 | 925a56e5f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)