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 | æ`V}æ`V{^ | 1110011001100000100010100101011001111101111001100110000010001010010101100111101101011110 | e6608a567de6608a567b5e |
SJIS-WIN | ?`?V}?`?V{^ | 0011111101100000001111110101011001111101001111110110000000111111010101100111101101011110 | 3f603f567d3f603f567b5e |
EUC-JP | æ`?V}æ`?V{^ | 100011111010100111000001011000000011111101010110011111011000111110101001110000010110000000111111010101100111101101011110 | 8fa9c1603f567d8fa9c1603f567b5e |
UTF-8 | æ`V}æ`V{^ | 110000111010011001100000110000101000101001010110011111011100001110100110011000001100001010001010010101100111101101011110 | c3a660c28a567dc3a660c28a567b5e |
UHC | æ`?V}æ`?V{^ | 10101001101000010110000000111111010101100111110110101001101000010110000000111111010101100111101101011110 | a9a1603f567da9a1603f567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)