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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 碎壤?^ | 111000011110101010011010110111110011111101011110 | e1ea9adf3f5e |
EUC-JP | 碎壤?^ | 111000101110110011010100111000010011111101011110 | e2ecd4e13f5e |
UTF-8 | 碎壤잁^ | 11100111101000101000111011100101101000111010010011101100100111101000000101011110 | e7a28ee5a3a4ec9e815e |
UHC | 碎壤잁^ | 11100001111011111110010110111101100111111110000101011110 | e1efe5bd9fe15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)