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 | 豕ア鄒 | 1110011010110011101100011110011110111110 | e6b3b1e7be |
EUC-JP | 豕ア鄒 | 111011001011010110001110101100011110111011000000 | ecb58eb1eec0 |
UTF-8 | 豕ア鄒 | 111010001011000110010101111011111011110110110001111010011000010010010010 | e8b195efbdb1e98492 |
UHC | 豕?鄒 | 1110001111001110001111111111010111011011 | e3ce3ff5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)