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{^ | 0011111110011010111001100101010101111101001111111001101011100110010101010111101101011110 | 3f9ae6557d3f9ae6557b5e |
EUC-JP | ?壽U}?壽U{^ | 0011111111010100111010000101010101111101001111111101010011101000010101010111101101011110 | 3fd4e8557d3fd4e8557b5e |
UTF-8 | 뿮壽U}뿮壽U{^ | 1110101110111111101011101110010110100011101111010101010101111101111010111011111110101110111001011010001110111101010101010111101101011110 | ebbfaee5a3bd557debbfaee5a3bd557b5e |
UHC | 뿮壽U}뿮壽U{^ | 10010111101011101110000111111000010101010111110110010111101011101110000111111000010101010111101101011110 | 97aee1f8557d97aee1f8557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)