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 | ÛÈÞ¢ | 11011011110010001101111010100010 | dbc8dea2 |
SJIS-WIN | ???¢ | 0011111100111111001111111000000110010001 | 3f3f3f8191 |
EUC-JP | ÛÈÞ¢ | 1000111110101010111001011000111110101010101100101000111110101001101100001010000111110001 | 8faae58faab28fa9b0a1f1 |
UTF-8 | ÛÈÞ¢ | 1100001110011011110000111000100011000011100111101100001010100010 | c39bc388c39ec2a2 |
UHC | ??Þ? | 0011111100111111101010001010110100111111 | 3f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)