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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 揄筐 | 10011101100010011110001010011110 | 9d89e29e |
EUC-JP | 揄筐 | 11011001111010011110001111111110 | d9e9e3fe |
UTF-8 | 揄筐 | 111001101000111110000100111001111010110110010000 | e68f84e7ad90 |
UHC | 揄筐 | 11101010111100011100111011001100 | eaf1cecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)