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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 疵痙 | 11100001011100101110000101111010 | e172e17a |
EUC-JP | 疵痙 | 11100001110100111110000111011011 | e1d3e1db |
UTF-8 | 疵痙 | 111001111001011010110101111001111001011110011001 | e796b5e79799 |
UHC | 疵痙 | 11101101101101111100110011100010 | edb7cce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)