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 | 鄭褐圖梓 | 1001001101000001100010101000110010011010101001001000100010110010 | 93418a8c9aa488b2 |
EUC-JP | 鄭褐圖梓 | 1100010110100010101100111110110011010100101001101011000010110100 | c5a2b3ecd4a6b0b4 |
UTF-8 | 鄭褐圖梓 | 111010011000010010101101111010001010010010010000111001011001110010010110111001101010001010010011 | e984ade8a490e59c96e6a293 |
UHC | 鄭褐圖梓 | 1110111111110111110010101110100011010011111100011110111010101001 | eff7cae8d3f1eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)