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 | 11100010011010000110100111100010011010000110100101000010 | e26869e2686942 |
SJIS-WIN | ?hi?hiB | 00111111011010000110100100111111011010000110100101000010 | 3f68693f686942 |
EUC-JP | âhiâhiB | 1000111110101011101001000110100001101001100011111010101110100100011010000110100101000010 | 8faba468698faba4686942 |
UTF-8 | âhiâhiB | 110000111010001001101000011010011100001110100010011010000110100101000010 | c3a26869c3a2686942 |
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)