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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄭褐轢 | 100100110100000110001010100011001110011110000000 | 93418a8ce780 |
EUC-JP | 鄭褐轢 | 110001011010001010110011111011001110110111100000 | c5a2b3ecede0 |
UTF-8 | 鄭褐轢 | 111010011000010010101101111010001010010010010000111010001011110110100010 | e984ade8a490e8bda2 |
UHC | 鄭褐轢 | 111011111111011111001010111010001101010111111001 | eff7cae8d5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)