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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | ?嗽U}?嗽U{^ | 0011111110011010011101010101010101111101001111111001101001110101010101010111101101011110 | 3f9a75557d3f9a75557b5e |
EUC-JP | ?嗽U}?嗽U{^ | 0011111111010011110101100101010101111101001111111101001111010110010101010111101101011110 | 3fd3d6557d3fd3d6557b5e |
UTF-8 | 뿮嗽U}뿮嗽U{^ | 1110101110111111101011101110010110010111101111010101010101111101111010111011111110101110111001011001011110111101010101010111101101011110 | ebbfaee597bd557debbfaee597bd557b5e |
UHC | 뿮嗽U}뿮嗽U{^ | 10010111101011101110000111110101010101010111110110010111101011101110000111110101010101010111101101011110 | 97aee1f5557d97aee1f5557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)