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 | 鄭褐圖 | 100100110100000110001010100011001001101010100100 | 93418a8c9aa4 |
EUC-JP | 鄭褐圖 | 110001011010001010110011111011001101010010100110 | c5a2b3ecd4a6 |
UTF-8 | 鄭褐圖 | 111010011000010010101101111010001010010010010000111001011001110010010110 | e984ade8a490e59c96 |
UHC | 鄭褐圖 | 111011111111011111001010111010001101001111110001 | eff7cae8d3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)