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 | ツ敕ョツ瞬 | 11000010100111011100001110101110110000101000111101110101 | c29dc3aec28f75 |
EUC-JP | ツ敕ョツ瞬 | 10001110110000101101101011000101100011101010111010001110110000101011110111010110 | 8ec2dac58eae8ec2bdd6 |
UTF-8 | ツ敕ョツ瞬 | 111011111011111010000010111001101001010110010101111011111011110110101110111011111011111010000010111001111001111010101100 | efbe82e69595efbdaeefbe82e79eac |
UHC | ????瞬 | 001111110011111100111111001111111110001011101011 | 3f3f3f3fe2eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)