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 | 罔[罔[^ | 11100011101001100101101111100011101001100101101101011110 | e3a65be3a65b5e |
EUC-JP | 罔[罔[^ | 11100110101010000101101111100110101010000101101101011110 | e6a85be6a85b5e |
UTF-8 | 罔[罔[^ | 111001111011110110010100010110111110011110111101100101000101101101011110 | e7bd945be7bd945b5e |
UHC | 罔[罔[^ | 11011000110100100101101111011000110100100101101101011110 | d8d25bd8d25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)