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 | æä¬ú® | 1110011011100100101011001111101010101110 | e6e4acfaae |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | æä¬ú® | 1000111110101001110000011000111110101011101000111010001011001100100011111010101111100010100011111010001011101110 | 8fa9c18faba3a2cc8fabe28fa2ee |
UTF-8 | æä¬ú® | 11000011101001101100001110100100110000101010110011000011101110101100001010101110 | c3a6c3a4c2acc3bac2ae |
UHC | æ???® | 10101001101000010011111100111111001111111010001011100111 | a9a13f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)