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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | ?????鵬B | 0011111100111111001111110011111100111111100101100101000101000010 | 3f3f3f3f3f965142 |
| EUC-JP | ?????鵬B | 0011111100111111001111110011111100111111110010111011001001000010 | 3f3f3f3f3fcbb242 |
| UTF-8 | 렺쩡렒렺쩡鵬B | 11101011101000001011101011101100101010011010000111101011101000001001001011101011101000001011101011101100101010011010000111101001101101011010110001000010 | eba0baeca9a1eba092eba0baeca9a1e9b5ac42 |
| UHC | 렺쩡렒렺쩡鵬B | 10001110110000101100001011000100100011101010011110001110110000101100001011000100110111011101111101000010 | 8ec2c2c48ea78ec2c2c4dddf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)