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?y}?e?y{^ | 0011111101100101001111110111100101111101001111110110010100111111011110010111101101011110 | 3f653f797d3f653f797b5e |
SJIS-WIN | ?e?y}?e?y{^ | 0011111101100101001111110111100101111101001111110110010100111111011110010111101101011110 | 3f653f797d3f653f797b5e |
EUC-JP | ?e?y}?e?y{^ | 0011111101100101001111110111100101111101001111110110010100111111011110010111101101011110 | 3f653f797d3f653f797b5e |
UTF-8 | 묧e묬y}묧e묬y{^ | 11101011101011001010011101100101111010111010110010101100011110010111110111101011101011001010011101100101111010111010110010101100011110010111101101011110 | ebaca765ebacac797debaca765ebacac797b5e |
UHC | 묧e묬y}묧e묬y{^ | 100100011111111001100101100100100100001101111001011111011001000111111110011001011001001001000011011110010111101101011110 | 91fe659243797d91fe659243797b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)