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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ堕ケツ儉 | 11000010100100011100001010111001110000101001100101001100 | c291c2b9c2994c |
EUC-JP | ツ堕ケツ儉 | 10001110110000101100001011000100100011101011100110001110110000101101000110101101 | 8ec2c2c48eb98ec2d1ad |
UTF-8 | ツ堕ケツ儉 | 111011111011111010000010111001011010000010010101111011111011110110111001111011111011111010000010111001011000010010001001 | efbe82e5a095efbdb9efbe82e58489 |
UHC | ????儉 | 001111110011111100111111001111111100101111111011 | 3f3f3f3fcbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)