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 | 10001110101111011000111010110111111110111010011101000010 | 8ebd8eb7fba742 |
| SJIS-WIN | ?????§B | 0011111100111111001111110011111100111111100000011001100001000010 | 3f3f3f3f3f819842 |
| EUC-JP | ????û§B | 00111111001111110011111100111111100011111010101111100101101000011111100001000010 | 3f3f3f3f8fabe5a1f842 |
| UTF-8 | ½·û§B | 11000010100011101100001010111101110000101000111011000010101101111100001110111011110000101010011101000010 | c28ec2bdc28ec2b7c3bbc2a742 |
| UHC | ?½?·?§B | 00111111101010001111011000111111101000011010010000111111101000011101011101000010 | 3fa8f63fa1a43fa1d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)