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