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 | å`Q] | 11100101011000000101000101011101 | e560515d |
SJIS-WIN | ?`Q] | 00111111011000000101000101011101 | 3f60515d |
EUC-JP | å`Q] | 100011111010101110101001011000000101000101011101 | 8faba960515d |
UTF-8 | å`Q] | 1100001110100101011000000101000101011101 | c3a560515d |
UHC | ?`Q] | 00111111011000000101000101011101 | 3f60515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)