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 | çr]H | 11100111011100100101110101001000 | e7725d48 |
SJIS-WIN | ?r]H | 00111111011100100101110101001000 | 3f725d48 |
EUC-JP | çr]H | 100011111010101110101110011100100101110101001000 | 8fabae725d48 |
UTF-8 | çr]H | 1100001110100111011100100101110101001000 | c3a7725d48 |
UHC | ?r]H | 00111111011100100101110101001000 | 3f725d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)