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? | 001111110100011100111111 | 3f473f |
SJIS-WIN | 哺G齏 | 1001101001001101010001111110100011101011 | 9a4d47e8eb |
EUC-JP | 哺G齏 | 1101001110101110010001111111000011101101 | d3ae47f0ed |
UTF-8 | 哺G齏 | 11100101100100111011101001000111111010011011110110001111 | e593ba47e9bd8f |
UHC | 哺G? | 11111000110101000100011100111111 | f8d4473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)