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 | GY¯]h | 100100100100011110010010010110011001000110101111100100100101110101101000 | 9247925991af925d68 |
SJIS-WIN | ?G?Y???]h | 001111110100011100111111010110010011111100111111001111110101110101101000 | 3f473f593f3f3f5d68 |
EUC-JP | ?G?Y?¯?]h | 0011111101000111001111110101100100111111100011111010001010110100001111110101110101101000 | 3f473f593f8fa2b43f5d68 |
UTF-8 | GY¯]h | 1100001010010010010001111100001010010010010110011100001010010001110000101010111111000010100100100101110101101000 | c29247c29259c291c2afc2925d68 |
UHC | ?G?Y???]h | 001111110100011100111111010110010011111100111111001111110101110101101000 | 3f473f593f3f3f5d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)