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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ツ堕倭B | 110000101001000111000010100110000110000001000010 | c291c2986042 |
EUC-JP | ツ堕倭B | 10001110110000101100001011000100110011111100000101000010 | 8ec2c2c4cfc142 |
UTF-8 | ツ堕倭B | 11101111101111101000001011100101101000001001010111100101100000001010110101000010 | efbe82e5a095e580ad42 |
UHC | ??倭B | 0011111100111111111010001101111001000010 | 3f3fe8de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)