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 | 豕ェ阡 | 1110011010110011101010101110100010010100 | e6b3aae894 |
EUC-JP | 豕ェ阡 | 111011001011010110001110101010101110111111110100 | ecb58eaaeff4 |
UTF-8 | 豕ェ阡 | 111010001011000110010101111011111011110110101010111010011001100010100001 | e8b195efbdaae998a1 |
UHC | 豕?阡 | 1110001111001110001111111111010011000110 | e3ce3ff4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)