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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焉??蟻 | 111000001000000100111111001111111000101101100001 | e0813f3f8b61 |
EUC-JP | 焉??蟻 | 110111111110000100111111001111111011010111000010 | dfe13f3fb5c2 |
UTF-8 | 焉삳틺蟻 | 111001111000010010001001111011001000001010110011111011011000101110111010111010001001111110111011 | e78489ec82b3ed8bbae89fbb |
UHC | 焉삳틺蟻 | 1110010111101010101110111110101110111010101000001110101111111100 | e5eabbebbaa0ebfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)