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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?壽}?壽{^ | 001111111001101011100110011111010011111110011010111001100111101101011110 | 3f9ae67d3f9ae67b5e |
EUC-JP | ?壽}?壽{^ | 001111111101010011101000011111010011111111010100111010000111101101011110 | 3fd4e87d3fd4e87b5e |
UTF-8 | 뿮壽}뿮壽{^ | 111010111011111110101110111001011010001110111101011111011110101110111111101011101110010110100011101111010111101101011110 | ebbfaee5a3bd7debbfaee5a3bd7b5e |
UHC | 뿮壽}뿮壽{^ | 1001011110101110111000011111100001111101100101111010111011100001111110000111101101011110 | 97aee1f87d97aee1f87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)