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~ | 00111111001111110101000101111110 | 3f3f517e |
SJIS-WIN | 淲クQ~ | 1111101101000100101110000101000101111110 | fb44b8517e |
EUC-JP | ?クQ~ | 0011111110001110101110000101000101111110 | 3f8eb8517e |
UTF-8 | 淲クQ~ | 1110011010110111101100101110111110111101101110000101000101111110 | e6b7b2efbdb8517e |
UHC | ??Q~ | 00111111001111110101000101111110 | 3f3f517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)