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Öé¬ | 111110110100011111010110111010011000111010101100 | fb47d6e98eac |
SJIS-WIN | ?G???¬ | 00111111010001110011111100111111001111111000000111001010 | 3f473f3f3f81ca |
EUC-JP | ûGÖé?¬ | 10001111101010111110010101000111100011111010101011010011100011111010101110110001001111111010001011001100 | 8fabe5478faad38fabb13fa2cc |
UTF-8 | ûGÖé¬ | 1100001110111011010001111100001110010110110000111010100111000010100011101100001010101100 | c3bb47c396c3a9c28ec2ac |
UHC | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)