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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 殊設殊渫^ | 100011101110101010010000110111011000111011101010100111111101011001011110 | 8eea90dd8eea9fd65e |
EUC-JP | 殊設殊渫^ | 101111001110110011000000110111111011110011101100110111101101100001011110 | bcecc0dfbcecded85e |
UTF-8 | 殊設殊渫^ | 11100110101011101000101011101000101010001010110111100110101011101000101011100110101110001010101101011110 | e6ae8ae8a8ade6ae8ae6b8ab5e |
UHC | 殊設殊渫^ | 111000101010100011100000111000101110001010101000111000001101111001011110 | e2a8e0e2e2a8e0de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)