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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 巐ゥ巐勇] | 1111101010110110101010011111101010110110100101110100010101011101 | fab6a9fab697455d |
EUC-JP | 巐ゥ巐勇] | 1000111110111011111110011000111010101001100011111011101111111001110011011010011001011101 | 8fbbf98ea98fbbf9cda65d |
UTF-8 | 巐ゥ巐勇] | 11100101101101111001000011101111101111011010100111100101101101111001000011100101100010111000011101011101 | e5b790efbda9e5b790e58b875d |
UHC | ???勇] | 001111110011111100111111111010011011100001011101 | 3f3f3fe9b85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)