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?H?F?P | 0011111101000111001111110100100000111111010001100011111101010000 | 3f473f483f463f50 |
SJIS-WIN | ?G?H?F?P | 0011111101000111001111110100100000111111010001100011111101010000 | 3f473f483f463f50 |
EUC-JP | ?G?H?F?P | 0011111101000111001111110100100000111111010001100011111101010000 | 3f473f483f463f50 |
UTF-8 | 혪G혪H혪F혪P | 11101101100110001010101001000111111011011001100010101010010010001110110110011000101010100100011011101101100110001010101001010000 | ed98aa47ed98aa48ed98aa46ed98aa50 |
UHC | 혪G혪H혪F혪P | 110000101001001001000111110000101001001001001000110000101001001001000110110000101001001001010000 | c29247c29248c29246c29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)