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 | ??j??^ | 001111110011111101101010001111110011111101011110 | 3f3f6a3f3f5e |
SJIS-WIN | ??j??^ | 001111110011111101101010001111110011111101011110 | 3f3f6a3f3f5e |
EUC-JP | ??j??^ | 001111110011111101101010001111110011111101011110 | 3f3f6a3f3f5e |
UTF-8 | 렻렏j렺햅^ | 1110101110100000101110111110101110100000100011110110101011101011101000001011101011101101100101101000010101011110 | eba0bbeba08f6aeba0baed96855e |
UHC | 렻렏j렺햅^ | 10001110110000111000111010100101011010101000111011000010110001111101110101011110 | 8ec38ea56a8ec2c7dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)