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 | ï¼Î^ | 111011111011110010011100110011101001001001011110 | efbc9cce925e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ï??Î?^ | 10001111101010111100000100111111001111111000111110101010110000100011111101011110 | 8fabc13f3f8faac23f5e |
UTF-8 | ï¼Î^ | 1100001110101111110000101011110011000010100111001100001110001110110000101001001001011110 | c3afc2bcc29cc38ec2925e |
UHC | ?¼???^ | 00111111101010001111100100111111001111110011111101011110 | 3fa8f93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)