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 | íß¨ç ® | 111011011101111110101000111001111000010110101110 | eddfa8e785ae |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | íߨç?® | 100011111010101110111111100011111010100111001110101000011010111110001111101010111010111000111111100011111010001011101110 | 8fabbf8fa9cea1af8fabae3f8fa2ee |
UTF-8 | íß¨ç ® | 110000111010110111000011100111111100001010101000110000111010011111000010100001011100001010101110 | c3adc39fc2a8c3a7c285c2ae |
UHC | ?ߨ??® | 001111111010100110101100101000011010011100111111001111111010001011100111 | 3fa9aca1a73f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)