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] | 0011111111100110101110001111101010110100101101100101000101011101 | 3fe6b8fab4b6515d |
EUC-JP | 嶴貂嶸カQ] | 100011111011101111110011111011001011101010001111101110111111010010001110101101100101000101011101 | 8fbbf3ecba8fbbf48eb6515d |
UTF-8 | 嶴貂嶸カQ] | 1110010110110110101101001110100010110010100000101110010110110110101110001110111110111101101101100101000101011101 | e5b6b4e8b282e5b6b8efbdb6515d |
UHC | ?貂嶸?Q] | 0011111111110101101100001110011110101110001111110101000101011101 | 3ff5b0e7ae3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)