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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ツ達ツ堕イ@h | 110000101001001001000010110000101001000111000010101100100100000001101000 | c29242c291c2b24068 |
EUC-JP | ツ達ツ堕イ@h | 100011101100001011000011101000111000111011000010110000101100010010001110101100100100000001101000 | 8ec2c3a38ec2c2c48eb24068 |
UTF-8 | ツ達ツ堕イ@h | 1110111110111110100000101110100110000001100101001110111110111110100000101110010110100000100101011110111110111101101100100100000001101000 | efbe82e98194efbe82e5a095efbdb24068 |
UHC | ?達???@h | 0011111111010011101110010011111100111111001111110100000001101000 | 3fd3b93f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)