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 | ¿ÖÞµ | 1011111111010110100011111101111010110101 | bfd68fdeb5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ¿Ö?Þ? | 1000111110100010110001001000111110101010110100110011111110001111101010011011000000111111 | 8fa2c48faad33f8fa9b03f |
UTF-8 | ¿ÖÞµ | 11000010101111111100001110010110110000101000111111000011100111101100001010110101 | c2bfc396c28fc39ec2b5 |
UHC | ¿??Þ? | 10100010101011110011111100111111101010001010110100111111 | a2af3f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)