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 | ÷Í÷Í^ | 100111111111011110010110110011011001111111110111100101101100110101011110 | 9ff796cd9ff796cd5e |
SJIS-WIN | ?÷???÷??^ | 0011111110000001100000000011111100111111001111111000000110000000001111110011111101011110 | 3f81803f3f3f81803f3f5e |
EUC-JP | ?÷?Í?÷?Í^ | 001111111010000111100000001111111000111110101010101111110011111110100001111000000011111110001111101010101011111101011110 | 3fa1e03f8faabf3fa1e03f8faabf5e |
UTF-8 | ÷Í÷Í^ | 1100001010011111110000111011011111000010100101101100001110001101110000101001111111000011101101111100001010010110110000111000110101011110 | c29fc3b7c296c38dc29fc3b7c296c38d5e |
UHC | ?÷???÷??^ | 0011111110100001110000000011111100111111001111111010000111000000001111110011111101011110 | 3fa1c03f3f3fa1c03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)