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 | ?y}?y{^ | 00111111011110010111110100111111011110010111101101011110 | 3f797d3f797b5e |
SJIS-WIN | ?y}?y{^ | 00111111011110010111110100111111011110010111101101011110 | 3f797d3f797b5e |
EUC-JP | ?y}?y{^ | 00111111011110010111110100111111011110010111101101011110 | 3f797d3f797b5e |
UTF-8 | 묧y}묧y{^ | 1110101110101100101001110111100101111101111010111010110010100111011110010111101101011110 | ebaca7797debaca7797b5e |
UHC | 묧y}묧y{^ | 100100011111111001111001011111011001000111111110011110010111101101011110 | 91fe797d91fe797b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)