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 | æOF}æOF{^ | 1110011001001111100101110100011001111101111001100100111110010111010001100111101101011110 | e64f97467de64f97467b5e |
SJIS-WIN | ?O?F}?O?F{^ | 0011111101001111001111110100011001111101001111110100111100111111010001100111101101011110 | 3f4f3f467d3f4f3f467b5e |
EUC-JP | æO?F}æO?F{^ | 100011111010100111000001010011110011111101000110011111011000111110101001110000010100111100111111010001100111101101011110 | 8fa9c14f3f467d8fa9c14f3f467b5e |
UTF-8 | æOF}æOF{^ | 110000111010011001001111110000101001011101000110011111011100001110100110010011111100001010010111010001100111101101011110 | c3a64fc297467dc3a64fc297467b5e |
UHC | æO?F}æO?F{^ | 10101001101000010100111100111111010001100111110110101001101000010100111100111111010001100111101101011110 | a9a14f3f467da9a14f3f467b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)