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 | ??Uk | 00111111001111110101010101101011 | 3f3f556b |
SJIS-WIN | 質?Uk | 1000111010111111001111110101010101101011 | 8ebf3f556b |
EUC-JP | 質?Uk | 1011110011000001001111110101010101101011 | bcc13f556b |
UTF-8 | 質섞Uk | 1110100010110011101010101110110010000100100111100101010101101011 | e8b3aaec849e556b |
UHC | 質섞Uk | 111100101111010110111100101011110101010101101011 | f2f5bcaf556b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)