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 | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
SJIS-WIN | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
EUC-JP | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
UTF-8 | ӣhiӣhiB | 110100111010001101101000011010011101001110100011011010000110100101000010 | d3a36869d3a3686942 |
UHC | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)