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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ツ敕ウ@h | 110000101001110111000011101100110100000001101000 | c29dc3b34068 |
EUC-JP | ツ敕ウ@h | 1000111011000010110110101100010110001110101100110100000001101000 | 8ec2dac58eb34068 |
UTF-8 | ツ敕ウ@h | 1110111110111110100000101110011010010101100101011110111110111101101100110100000001101000 | efbe82e69595efbdb34068 |
UHC | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)