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 | ©¡@ | 100011101100001010001110101010011000111011000010100011101010000101000000 | 8ec28ea98ec28ea140 |
| SJIS-WIN | ????????@ | 001111110011111100111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f3f3f40 |
| EUC-JP | ?Â?©?Â?¡@ | 0011111110001111101010101010010000111111100011111010001011101101001111111000111110101010101001000011111110001111101000101100001001000000 | 3f8faaa43f8fa2ed3f8faaa43f8fa2c240 |
| UTF-8 | ©¡@ | 1100001010001110110000111000001011000010100011101100001010101001110000101000111011000011100000101100001010001110110000101010000101000000 | c28ec382c28ec2a9c28ec382c28ec2a140 |
| UHC | ???????¡@ | 00111111001111110011111100111111001111110011111100111111101000101010111001000000 | 3f3f3f3f3f3f3fa2ae40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)