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 | ¿òÞ» | 10111111111100101101111010111011 | bff2debb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¿òÞ? | 10001111101000101100010010001111101010111101001010001111101010011011000000111111 | 8fa2c48fabd28fa9b03f |
UTF-8 | ¿òÞ» | 1100001010111111110000111011001011000011100111101100001010111011 | c2bfc3b2c39ec2bb |
UHC | ¿?Þ? | 101000101010111100111111101010001010110100111111 | a2af3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)