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 | ¼º¼½C | 1011110010111010101111001011110101000011 | bcbabcbd43 |
SJIS-WIN | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
EUC-JP | ?º??C | 00111111100011111010001011101011001111110011111101000011 | 3f8fa2eb3f3f43 |
UTF-8 | ¼º¼½C | 110000101011110011000010101110101100001010111100110000101011110101000011 | c2bcc2bac2bcc2bd43 |
UHC | ¼º¼½C | 101010001111100110101000101011001010100011111001101010001111011001000011 | a8f9a8aca8f9a8f643 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)