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 | ç@è± | 11100111100111111010110101000000111010001000010010110001 | e79fad40e884b1 |
SJIS-WIN | ???@??± | 0011111100111111001111110100000000111111001111111000000101111101 | 3f3f3f403f3f817d |
EUC-JP | ç??@è?± | 100011111010101110101110001111110011111101000000100011111010101110110010001111111010000111011110 | 8fabae3f3f408fabb23fa1de |
UTF-8 | ç@è± | 11000011101001111100001010011111110000101010110101000000110000111010100011000010100001001100001010110001 | c3a7c29fc2ad40c3a8c284c2b1 |
UHC | ??@??± | 001111110011111110100001101010010100000000111111001111111010000110111110 | 3f3fa1a9403f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)