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 | 簇???楡 | 11100010110001100011111100111111001111111001111010111110 | e2c63f3f3f9ebe |
EUC-JP | 簇???楡 | 11100100110010000011111100111111001111111101110011000000 | e4c83f3f3fdcc0 |
UTF-8 | 簇펩렎렯楡 | 111001111011000010000111111011011000111010101001111010111010000010001110111010111010000010101111111001101010010110100001 | e7b087ed8ea9eba08eeba0afe6a5a1 |
UHC | 簇펩렎렯楡 | 11110000111010101100011011101001100011101010010010001110101111001110101011111000 | f0eac6e98ea48ebceaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)