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 | 豌水鴛 | 111001101011000010010000100001011000100110010101 | e6b090858995 |
EUC-JP | 豌水鴛 | 111011001011001010111111111001011011000111110101 | ecb2bfe5b1f5 |
UTF-8 | 豌水鴛 | 111010001011000110001100111001101011000010110100111010011011010010011011 | e8b18ce6b0b4e9b49b |
UHC | 豌水鴛 | 111010001101010111100010101010011110101011000100 | e8d5e2a9eac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)