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 | Y | 1110111010111000100011101011001001011001 | eeb88eb259 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | �?Y | 100011111010101111000010100011111010001010110001001111110011111101011001 | 8fabc28fa2b13f3f59 |
UTF-8 | Y | 110000111010111011000010101110001100001010001110110000101011001001011001 | c3aec2b8c28ec2b259 |
UHC | ?¸?²Y | 00111111101000101010110000111111101010011111011101011001 | 3fa2ac3fa9f759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)