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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螫凡螫本^ | 111001011010110010010110011111011110010110101100100101100111101101011110 | e5ac967de5ac967b5e |
EUC-JP | 螫凡螫本^ | 111010101010111011001011110111101110101010101110110010111101110001011110 | eaaecbdeeaaecbdc5e |
UTF-8 | 螫凡螫本^ | 11101000100111101010101111100101100001111010000111101000100111101010101111100110100111001010110001011110 | e89eabe587a1e89eabe69cac5e |
UHC | ?凡?本^ | 00111111110110111110110100111111110111001110001001011110 | 3fdbed3fdce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)