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 | CO¢F | 1001001001000011100100100100111110010001101000101001001001000110 | 9243924f91a29246 |
SJIS-WIN | ?C?O?¢?F | 001111110100001100111111010011110011111110000001100100010011111101000110 | 3f433f4f3f81913f46 |
EUC-JP | ?C?O?¢?F | 001111110100001100111111010011110011111110100001111100010011111101000110 | 3f433f4f3fa1f13f46 |
UTF-8 | CO¢F | 11000010100100100100001111000010100100100100111111000010100100011100001010100010110000101001001001000110 | c29243c2924fc291c2a2c29246 |
UHC | ?C?O???F | 0011111101000011001111110100111100111111001111110011111101000110 | 3f433f4f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)