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??nB | 0011111101000111001111110100011000111111001111110110111001000010 | 3f473f463f3f6e42 |
SJIS-WIN | ?G?F??nB | 0011111101000111001111110100011000111111001111110110111001000010 | 3f473f463f3f6e42 |
EUC-JP | ?G?F??nB | 0011111101000111001111110100011000111111001111110110111001000010 | 3f473f463f3f6e42 |
UTF-8 | 혪G혪F혩짙nB | 11101101100110001010101001000111111011011001100010101010010001101110110110011000101010011110110010100111100110010110111001000010 | ed98aa47ed98aa46ed98a9eca7996e42 |
UHC | 혪G혪F혩짙nB | 110000101001001001000111110000101001001001000110110000101001000111000010101000110110111001000010 | c29247c29246c291c2a36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)