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 | î¡O\ | 111011101010000110001110101011010100111101011100 | eea18ead4f5c |
SJIS-WIN | ????O\ | 001111110011111100111111001111110100111101011100 | 3f3f3f3f4f5c |
EUC-JP | î¡??O\ | 10001111101010111100001010001111101000101100001000111111001111110100111101011100 | 8fabc28fa2c23f3f4f5c |
UTF-8 | î¡O\ | 11000011101011101100001010100001110000101000111011000010101011010100111101011100 | c3aec2a1c28ec2ad4f5c |
UHC | ?¡?O\ | 0011111110100010101011100011111110100001101010010100111101011100 | 3fa2ae3fa1a94f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)