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 | 豌逸児繖オ | 111001101011000010001000111011011000111010011001111000111000010010110101 | e6b088ed8e99e384b5 |
EUC-JP | 豌逸児繖オ | 11101100101100101011000011101111101110111111100111100101111001001000111010110101 | ecb2b0efbbf9e5e48eb5 |
UTF-8 | 豌逸児繖オ | 111010001011000110001100111010011000000010111000111001011000010110010000111001111011100110010110111011111011110110110101 | e8b18ce980b8e58590e7b996efbdb5 |
UHC | 豌逸??? | 11101000110101011110110011101111001111110011111100111111 | e8d5ecef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)