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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄭褐圖雋 | 1001001101000001100010101000110010011010101001001110100010110010 | 93418a8c9aa4e8b2 |
EUC-JP | 鄭褐圖雋 | 1100010110100010101100111110110011010100101001101111000010110100 | c5a2b3ecd4a6f0b4 |
UTF-8 | 鄭褐圖雋 | 111010011000010010101101111010001010010010010000111001011001110010010110111010011001101110001011 | e984ade8a490e59c96e99b8b |
UHC | 鄭褐圖雋 | 1110111111110111110010101110100011010011111100011111000111100110 | eff7cae8d3f1f1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)