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 | »ÁâÁE | 100011111011101111000001111000101100000101000101 | 8fbbc1e2c145 |
SJIS-WIN | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
EUC-JP | ??ÁâÁE | 001111110011111110001111101010101010000110001111101010111010010010001111101010101010000101000101 | 3f3f8faaa18faba48faaa145 |
UTF-8 | »ÁâÁE | 1100001010001111110000101011101111000011100000011100001110100010110000111000000101000101 | c28fc2bbc381c3a2c38145 |
UHC | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)