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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豌旧絢 | 111001101011000010001011100011001000100010111010 | e6b08b8c88ba |
EUC-JP | 豌旧絢 | 111011001011001010110101111011001011000010111100 | ecb2b5ecb0bc |
UTF-8 | 豌旧絢 | 111010001011000110001100111001101001011110100111111001111011010110100010 | e8b18ce697a7e7b5a2 |
UHC | 豌?絢 | 1110100011010101001111111111101011100010 | e8d53ffae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)