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 | ïûÕÞG | 1110111111111011110101011101111001000111 | effbd5de47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | ïûÕÞG | 10001111101010111100000110001111101010111110010110001111101010101101100010001111101010011011000001000111 | 8fabc18fabe58faad88fa9b047 |
UTF-8 | ïûÕÞG | 110000111010111111000011101110111100001110010101110000111001111001000111 | c3afc3bbc395c39e47 |
UHC | ???ÞG | 001111110011111100111111101010001010110101000111 | 3f3f3fa8ad47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)