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^ | 00111111010011110011111100111111001111110110100001011110 | 3f4f3f3f3f685e |
SJIS-WIN | ?O???h^ | 00111111010011110011111100111111001111110110100001011110 | 3f4f3f3f3f685e |
EUC-JP | ?O???h^ | 00111111010011110011111100111111001111110110100001011110 | 3f4f3f3f3f685e |
UTF-8 | 혪O창혙혩h^ | 111011011001100010101010010011111110110010110000101111011110110110011000100110011110110110011000101010010110100001011110 | ed98aa4fecb0bded9899ed98a9685e |
UHC | 혪O창혙혩h^ | 1100001010010010010011111100001110100010110000101000010011000010100100010110100001011110 | c2924fc3a2c284c291685e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)