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 | 業??業? | 10001011110001100011111100111111100010111100011000111111 | 8bc63f3f8bc63f |
EUC-JP | 業??業? | 10110110110010000011111100111111101101101100100000111111 | b6c83f3fb6c83f |
UTF-8 | 業붹튂業붹 | 111001101010010110101101111010111011011010111001111011011000101010000010111001101010010110101101111010111011011010111001 | e6a5adebb6b9ed8a82e6a5adebb6b9 |
UHC | 業붹튂業붹 | 11100101111101101001010011100110101110011001100011100101111101101001010011100110 | e5f694e6b998e5f694e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)