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 | ꦰ® | 11101010101001101011000010101110 | eaa6b0ae |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | ꦰ® | 1000111110101011101101001000111110100010110000111010000111101011100011111010001011101110 | 8fabb48fa2c3a1eb8fa2ee |
UTF-8 | ꦰ® | 1100001110101010110000101010011011000010101100001100001010101110 | c3aac2a6c2b0c2ae |
UHC | ??°® | 001111110011111110100001110001101010001011100111 | 3f3fa1c6a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)