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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 漿?漿?B | 10011111111101110011111110011111111101110011111101000010 | 9ff73f9ff73f42 |
| EUC-JP | 漿?漿?B | 11011110111110010011111111011110111110010011111101000010 | def93fdef93f42 |
| UTF-8 | 漿렏漿렏B | 11100110101111001011111111101011101000001000111111100110101111001011111111101011101000001000111101000010 | e6bcbfeba08fe6bcbfeba08f42 |
| UHC | 漿렏漿렏B | 111011011110110010001110101001011110110111101100100011101010010101000010 | edec8ea5edec8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)