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 | ß´^}ß´^{^ | 110111111011010001011110011111011101111110110100010111100111101101011110 | dfb45e7ddfb45e7b5e |
SJIS-WIN | ?´^}?´^{^ | 0011111110000001010011000101111001111101001111111000000101001100010111100111101101011110 | 3f814c5e7d3f814c5e7b5e |
EUC-JP | ß´^}ß´^{^ | 100011111010100111001110101000011010110101011110011111011000111110101001110011101010000110101101010111100111101101011110 | 8fa9cea1ad5e7d8fa9cea1ad5e7b5e |
UTF-8 | ß´^}ß´^{^ | 11000011100111111100001010110100010111100111110111000011100111111100001010110100010111100111101101011110 | c39fc2b45e7dc39fc2b45e7b5e |
UHC | ß´^}ß´^{^ | 10101001101011001010001010100101010111100111110110101001101011001010001010100101010111100111101101011110 | a9aca2a55e7da9aca2a55e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)