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{^ | 11101100101100001011110001100101111011001011000110000100011110010111110111101100101100001011110001100101111011001011000110000100011110010111101101011110 | ecb0bc65ecb184797decb0bc65ecb184797b5e |
UHC | 찼e채y}찼e채y{^ | 110000111010000101100101110000111010010001111001011111011100001110100001011001011100001110100100011110010111101101011110 | c3a165c3a4797dc3a165c3a4797b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)