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 | 0011111100111111001111110011111101110001 | 3f3f3f3f71 |
| SJIS-WIN | ?使脚?q | 00111111100011100110011110001011011100100011111101110001 | 3f8e678b723f71 |
| EUC-JP | ?使脚?q | 00111111101110111100100010110101110100110011111101110001 | 3fbbc8b5d33f71 |
| UTF-8 | 렺使脚렋q | 11101011101000001011101011100100101111011011111111101000100001001001101011101011101000001000101101110001 | eba0bae4bdbfe8849aeba08b71 |
| UHC | 렺使脚렋q | 100011101100001011011110110001011100101011000101100011101010001001110001 | 8ec2dec5cac58ea271 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)