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?J?P | 001111110100011100111111010010100011111101010000 | 3f473f4a3f50 |
SJIS-WIN | ?G?J?P | 001111110100011100111111010010100011111101010000 | 3f473f4a3f50 |
EUC-JP | ?G?J?P | 001111110100011100111111010010100011111101010000 | 3f473f4a3f50 |
UTF-8 | 혪G혪J혪P | 111011011001100010101010010001111110110110011000101010100100101011101101100110001010101001010000 | ed98aa47ed98aa4aed98aa50 |
UHC | 혪G혪J혪P | 110000101001001001000111110000101001001001001010110000101001001001010000 | c29247c2924ac29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)