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 | ¾Þ°À | 10111110110111101011000011000000 | bedeb0c0 |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | ?Þ°À | 001111111000111110101001101100001010000111101011100011111010101010100010 | 3f8fa9b0a1eb8faaa2 |
UTF-8 | ¾Þ°À | 1100001010111110110000111001111011000010101100001100001110000000 | c2bec39ec2b0c380 |
UHC | ¾Þ°? | 10101000111110101010100010101101101000011100011000111111 | a8faa8ada1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)