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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ツ堕夕BF | 11000010100100011100001010010111010110110100001001000110 | c291c2975b4246 |
EUC-JP | ツ堕夕BF | 1000111011000010110000101100010011001101101111000100001001000110 | 8ec2c2c4cdbc4246 |
UTF-8 | ツ堕夕BF | 1110111110111110100000101110010110100000100101011110010110100100100101010100001001000110 | efbe82e5a095e5a4954246 |
UHC | ??夕BF | 001111110011111111100000101010100100001001000110 | 3f3fe0aa4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)