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 | 0011111100111111001111110011111100111111010111100100000001000010 | 3f3f3f3f3f5e4042 |
SJIS-WIN | ツ偲づ督ケ^@B | 1100001010001110110000111000001011000011100100111100001010111001010111100100000001000010 | c28ec382c393c2b95e4042 |
EUC-JP | ツ偲づ督ケ^@B | 10001110110000101011110011000101101001001100010111000110110001001000111010111001010111100100000001000010 | 8ec2bcc5a4c5c6c48eb95e4042 |
UTF-8 | ツ偲づ督ケ^@B | 111011111011111010000010111001011000000110110010111000111000000110100101111001111001110110100011111011111011110110111001010111100100000001000010 | efbe82e581b2e381a5e79da3efbdb95e4042 |
UHC | ??づ督?^@B | 00111111001111111010101011000101110101001011110100111111010111100100000001000010 | 3f3faac5d4bd3f5e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)