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 | 恢櫂 | 10001001111110001001111101000100 | 89f89f44 |
EUC-JP | 恢櫂 | 10110010111110101101110110100101 | b2fadda5 |
UTF-8 | 恢櫂 | 111001101000000110100010111001101010101110000010 | e681a2e6ab82 |
UHC | 恢櫂 | 11111100111000011101010010100010 | fce1d4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)