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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 瀛??c^ | 111000000110100100111111001111110110001101011110 | e0693f3f635e |
EUC-JP | 瀛??c^ | 110111111100101000111111001111110110001101011110 | dfca3f3f635e |
UTF-8 | 瀛뎼뢏c^ | 1110011110000000100110111110101110001110101111001110101110100010100011110110001101011110 | e7809beb8ebceba28f635e |
UHC | 瀛뎼뢏c^ | 1110011110111010100010011000111110001111010010100110001101011110 | e7ba898f8f4a635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)