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 | áep}áep{^ | 1110000101100101100111010111000001111101111000010110010110011101011100000111101101011110 | e1659d707de1659d707b5e |
SJIS-WIN | ?e?p}?e?p{^ | 0011111101100101001111110111000001111101001111110110010100111111011100000111101101011110 | 3f653f707d3f653f707b5e |
EUC-JP | áe?p}áe?p{^ | 100011111010101110100001011001010011111101110000011111011000111110101011101000010110010100111111011100000111101101011110 | 8faba1653f707d8faba1653f707b5e |
UTF-8 | áep}áep{^ | 110000111010000101100101110000101001110101110000011111011100001110100001011001011100001010011101011100000111101101011110 | c3a165c29d707dc3a165c29d707b5e |
UHC | ?e?p}?e?p{^ | 0011111101100101001111110111000001111101001111110110010100111111011100000111101101011110 | 3f653f707d3f653f707b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)