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 | 巐ゥ巐弥乂 | 111110101011011010101001111110101011011010010110111011011001100010100111 | fab6a9fab696ed98a7 |
EUC-JP | 巐ゥ巐弥乂 | 100011111011101111111001100011101010100110001111101110111111100111001100111011111101000010101001 | 8fbbf98ea98fbbf9ccefd0a9 |
UTF-8 | 巐ゥ巐弥乂 | 111001011011011110010000111011111011110110101001111001011011011110010000111001011011110010100101111001001011100110000010 | e5b790efbda9e5b790e5bca5e4b982 |
UHC | ????乂 | 001111110011111100111111001111111110011111010001 | 3f3f3f3fe7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)