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 | ê´º\ | 1110101010110100100011101011101001011100 | eab48eba5c |
SJIS-WIN | ?´??\ | 001111111000000101001100001111110011111101011100 | 3f814c3f3f5c |
EUC-JP | ê´?º\ | 10001111101010111011010010100001101011010011111110001111101000101110101101011100 | 8fabb4a1ad3f8fa2eb5c |
UTF-8 | ê´º\ | 110000111010101011000010101101001100001010001110110000101011101001011100 | c3aac2b4c28ec2ba5c |
UHC | ?´?º\ | 00111111101000101010010100111111101010001010110001011100 | 3fa2a53fa8ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)