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 | çß¢æ¡ | 1110011111011111101000101110011010100001 | e7dfa2e6a1 |
SJIS-WIN | ??¢?? | 001111110011111110000001100100010011111100111111 | 3f3f81913f3f |
EUC-JP | çß¢æ¡ | 1000111110101011101011101000111110101001110011101010000111110001100011111010100111000001100011111010001011000010 | 8fabae8fa9cea1f18fa9c18fa2c2 |
UTF-8 | çß¢æ¡ | 11000011101001111100001110011111110000101010001011000011101001101100001010100001 | c3a7c39fc2a2c3a6c2a1 |
UHC | ?ß?æ¡ | 0011111110101001101011000011111110101001101000011010001010101110 | 3fa9ac3fa9a1a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)