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?F??s | 00111111010001110011111101000110001111110011111101110011 | 3f473f463f3f73 |
SJIS-WIN | ?G?F??s | 00111111010001110011111101000110001111110011111101110011 | 3f473f463f3f73 |
EUC-JP | ?G?F??s | 00111111010001110011111101000110001111110011111101110011 | 3f473f463f3f73 |
UTF-8 | 혪G혪F혩첸s | 111011011001100010101010010001111110110110011000101010100100011011101101100110001010100111101100101100101011100001110011 | ed98aa47ed98aa46ed98a9ecb2b873 |
UHC | 혪G혪F혩첸s | 1100001010010010010001111100001010010010010001101100001010010001110000111011111001110011 | c29247c29246c291c3be73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)