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 | ï½Î\ | 111011111011110110000000110011101001001001011100 | efbd80ce925c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ï??Î?\ | 10001111101010111100000100111111001111111000111110101010110000100011111101011100 | 8fabc13f3f8faac23f5c |
UTF-8 | ï½Î\ | 1100001110101111110000101011110111000010100000001100001110001110110000101001001001011100 | c3afc2bdc280c38ec2925c |
UHC | ?½???\ | 00111111101010001111011000111111001111110011111101011100 | 3fa8f63f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)