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 | Oáâh^ | 10010010010011111110000111100010100100010110100001011110 | 924fe1e291685e |
SJIS-WIN | ?O???h^ | 00111111010011110011111100111111001111110110100001011110 | 3f4f3f3f3f685e |
EUC-JP | ?Oáâ?h^ | 0011111101001111100011111010101110100001100011111010101110100100001111110110100001011110 | 3f4f8faba18faba43f685e |
UTF-8 | Oáâh^ | 1100001010010010010011111100001110100001110000111010001011000010100100010110100001011110 | c2924fc3a1c3a2c291685e |
UHC | ?O???h^ | 00111111010011110011111100111111001111110110100001011110 | 3f4f3f3f3f685e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)