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 | ¼Â¼@h | 101111001100001010111100101011010100000001101000 | bcc2bcad4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ?Â??@h | 0011111110001111101010101010010000111111001111110100000001101000 | 3f8faaa43f3f4068 |
UTF-8 | ¼Â¼@h | 11000010101111001100001110000010110000101011110011000010101011010100000001101000 | c2bcc382c2bcc2ad4068 |
UHC | ¼?¼@h | 101010001111100100111111101010001111100110100001101010010100000001101000 | a8f93fa8f9a1a94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)