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 | ?a}?a{^ | 00111111011000010111110100111111011000010111101101011110 | 3f617d3f617b5e |
SJIS-WIN | ?a}?a{^ | 00111111011000010111110100111111011000010111101101011110 | 3f617d3f617b5e |
EUC-JP | ?a}?a{^ | 00111111011000010111110100111111011000010111101101011110 | 3f617d3f617b5e |
UTF-8 | 묯a}묯a{^ | 1110101110101100101011110110000101111101111010111010110010101111011000010111101101011110 | ebacaf617debacaf617b5e |
UHC | 묯a}묯a{^ | 100100100100011001100001011111011001001001000110011000010111101101011110 | 9246617d9246617b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)