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 | 筌??猷? | 11100010101000110011111100111111100101110101000100111111 | e2a33f3f97513f |
| EUC-JP | 筌??猷? | 11100100101001010011111100111111110011011011001000111111 | e4a53f3fcdb23f |
| UTF-8 | 筌롫ㅏ猷뾑 | 111001111010110110001100111010111010000110101011111000111000010110001111111001111000110010110111111010111011111010010001 | e7ad8ceba1abe3858fe78cb7ebbe91 |
| UHC | 筌롫ㅏ猷뾑 | 11101111101001111000111011101011101001001011111111101011101000111001011101001111 | efa78eeba4bfeba3974f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)