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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 豎瞿豎睹] | 111001101011000111100001110110001110011010110001111000011100111101011101 | e6b1e1d8e6b1e1cf5d |
EUC-JP | 豎瞿豎睹] | 111011001011001111100010110110101110110010110011111000101101000101011101 | ecb3e2daecb3e2d15d |
UTF-8 | 豎瞿豎睹] | 11101000101100011000111011100111100111101011111111101000101100011000111011100111100111011011100101011101 | e8b18ee79ebfe8b18ee79db95d |
UHC | ?瞿?睹] | 00111111110011111011101000111111110101001010100101011101 | 3fcfba3fd4a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)