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 | ?但 | 001111111001001001000001 | 3f9241 |
EUC-JP | 翟但 | 1000111111010101101111001100001110100010 | 8fd5bcc3a2 |
UTF-8 | 翟但 | 111001111011111110011111111001001011110110000110 | e7bf9fe4bd86 |
UHC | 翟但 | 11101110111000011101001110100011 | eee1d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)