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 | 110000111010001001101000011010011100001110100010011010000110100101000010 | c3a26869c3a2686942 |
SJIS-WIN | ?¢hi?¢hiB | 0011111110000001100100010110100001101001001111111000000110010001011010000110100101000010 | 3f819168693f8191686942 |
EUC-JP | âhiâhiB | 100011111010101010101010101000011111000101101000011010011000111110101010101010101010000111110001011010000110100101000010 | 8faaaaa1f168698faaaaa1f1686942 |
UTF-8 | âhiâhiB | 11000011100000111100001010100010011010000110100111000011100000111100001010100010011010000110100101000010 | c383c2a26869c383c2a2686942 |
UHC | ??hi??hiB | 001111110011111101101000011010010011111100111111011010000110100101000010 | 3f3f68693f3f686942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)