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¢hE´ | 1001001001000011100100100100111110010001101000100110100010010010010001011001000110110100 | 9243924f91a268924591b4 |
SJIS-WIN | ?C?O?¢h?E?´ | 00111111010000110011111101001111001111111000000110010001011010000011111101000101001111111000000101001100 | 3f433f4f3f8191683f453f814c |
EUC-JP | ?C?O?¢h?E?´ | 00111111010000110011111101001111001111111010000111110001011010000011111101000101001111111010000110101101 | 3f433f4f3fa1f1683f453fa1ad |
UTF-8 | CO¢hE´ | 110000101001001001000011110000101001001001001111110000101001000111000010101000100110100011000010100100100100010111000010100100011100001010110100 | c29243c2924fc291c2a268c29245c291c2b4 |
UHC | ?C?O??h?E?´ | 001111110100001100111111010011110011111100111111011010000011111101000101001111111010001010100101 | 3f433f4f3f3f683f453fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)