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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | ?讒嶸ーQ] | 0011111111100110101001111111101010110100101100000101000101011101 | 3fe6a7fab4b0515d |
EUC-JP | 嶴讒嶸ーQ] | 100011111011101111110011111011001010100110001111101110111111010010001110101100000101000101011101 | 8fbbf3eca98fbbf48eb0515d |
UTF-8 | 嶴讒嶸ーQ] | 1110010110110110101101001110100010101110100100101110010110110110101110001110111110111101101100000101000101011101 | e5b6b4e8ae92e5b6b8efbdb0515d |
UHC | ?讒嶸?Q] | 0011111111110011110110001110011110101110001111110101000101011101 | 3ff3d8e7ae3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)