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 | 鄭褐轢精? | 100100110100000110001010100011001110011110000000100100001011100000111111 | 93418a8ce78090b83f |
EUC-JP | 鄭褐轢精? | 110001011010001010110011111011001110110111100000110000001011101000111111 | c5a2b3ecede0c0ba3f |
UTF-8 | 鄭褐轢精렑 | 111010011000010010101101111010001010010010010000111010001011110110100010111001111011001010111110111010111010000010010001 | e984ade8a490e8bda2e7b2beeba091 |
UHC | 鄭褐轢精렑 | 11101111111101111100101011101000110101011111100111101111111100011000111010100110 | eff7cae8d5f9eff18ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)