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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 猷??恂?^ | 1001011101010001001111110011111110011100100101100011111101011110 | 97513f3f9c963f5e |
| EUC-JP | 猷??恂?^ | 1100110110110010001111110011111111010111111101100011111101011110 | cdb23f3fd7f63f5e |
| UTF-8 | 猷띠㉤恂쨛^ | 11100111100011001011011111101011100111011010000011100011100010011010010011100110100000011000001011101100101010001001101101011110 | e78cb7eb9da0e389a4e68182eca89b5e |
| UHC | 猷띠㉤恂쨛^ | 1110101110100011101101101110110010101000101101011110001011100001101001000111000001011110 | eba3b6eca8b5e2e1a4705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)