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 | ¾þè½ | 10111110111111101110100010111101 | befee8bd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?þè? | 0011111110001111101010011101000010001111101010111011001000111111 | 3f8fa9d08fabb23f |
UTF-8 | ¾þè½ | 1100001010111110110000111011111011000011101010001100001010111101 | c2bec3bec3a8c2bd |
UHC | ¾þ?½ | 10101000111110101010100110101101001111111010100011110110 | a8faa9ad3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)