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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豕ア蟷」逋 | 1110011010110011101100011110010110111001101000111110011110011001 | e6b3b1e5b9a3e799 |
EUC-JP | 豕ア蟷」逋 | 11101100101101011000111010110001111010101011101110001110101000111110110111111001 | ecb58eb1eabb8ea3edf9 |
UTF-8 | 豕ア蟷」逋 | 111010001011000110010101111011111011110110110001111010001001111110110111111011111011110110100011111010011000000010001011 | e8b195efbdb1e89fb7efbda3e9808b |
UHC | 豕???逋 | 11100011110011100011111100111111001111111111100011100111 | e3ce3f3f3ff8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)