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 | àHOn}àHOn{^ | 1110000001001000010011110110111001111101111000000100100001001111011011100111101101011110 | e0484f6e7de0484f6e7b5e |
SJIS-WIN | ?HOn}?HOn{^ | 0011111101001000010011110110111001111101001111110100100001001111011011100111101101011110 | 3f484f6e7d3f484f6e7b5e |
EUC-JP | àHOn}àHOn{^ | 100011111010101110100010010010000100111101101110011111011000111110101011101000100100100001001111011011100111101101011110 | 8faba2484f6e7d8faba2484f6e7b5e |
UTF-8 | àHOn}àHOn{^ | 11000011101000000100100001001111011011100111110111000011101000000100100001001111011011100111101101011110 | c3a0484f6e7dc3a0484f6e7b5e |
UHC | ?HOn}?HOn{^ | 0011111101001000010011110110111001111101001111110100100001001111011011100111101101011110 | 3f484f6e7d3f484f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)