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 | 牝徠牝徠^ | 100101101100010010011100011100011001011011000100100111000111000101011110 | 96c49c7196c49c715e |
EUC-JP | 牝徠牝徠^ | 110011001100011011010111110100101100110011000110110101111101001001011110 | ccc6d7d2ccc6d7d25e |
UTF-8 | 牝徠牝徠^ | 11100111100010011001110111100101101111101010000011100111100010011001110111100101101111101010000001011110 | e7899de5bea0e7899de5bea05e |
UHC | 牝徠牝徠^ | 110111101011011011010101110100001101111010110110110101011101000001011110 | deb6d5d0deb6d5d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)