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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ツ鞁ミ\ | 1100001011101000110110011101000001011100 | c2e8d9d05c |
EUC-JP | ツ鞁ミ\ | 10001110110000101111000011011011100011101101000001011100 | 8ec2f0db8ed05c |
UTF-8 | ツ鞁ミ\ | 11101111101111101000001011101001100111101000000111101111101111101001000001011100 | efbe82e99e81efbe905c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)