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 | æß¼å® | 111001101101111110111100111001011010111010011111 | e6dfbce5ae9f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æß?å®? | 1000111110101001110000011000111110101001110011100011111110001111101010111010100110001111101000101110111000111111 | 8fa9c18fa9ce3f8faba98fa2ee3f |
UTF-8 | æß¼å® | 110000111010011011000011100111111100001010111100110000111010010111000010101011101100001010011111 | c3a6c39fc2bcc3a5c2aec29f |
UHC | æß¼?®? | 10101001101000011010100110101100101010001111100100111111101000101110011100111111 | a9a1a9aca8f93fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)