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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 營[營[^ | 10011010011110100101101110011010011110100101101101011110 | 9a7a5b9a7a5b5e |
EUC-JP | 營[營[^ | 11010011110110110101101111010011110110110101101101011110 | d3db5bd3db5b5e |
UTF-8 | 營[營[^ | 111001111000011110011111010110111110011110000111100111110101101101011110 | e7879f5be7879f5b5e |
UHC | 營[營[^ | 11100111101111010101101111100111101111010101101101011110 | e7bd5be7bd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)