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 | äõç¨ | 111001001111010110000111111001111010100010011111 | e4f587e7a89f |
SJIS-WIN | ????¨? | 00111111001111110011111100111111100000010100111000111111 | 3f3f3f3f814e3f |
EUC-JP | äõ?ç¨? | 10001111101010111010001110001111101010111101100000111111100011111010101110101110101000011010111100111111 | 8faba38fabd83f8fabaea1af3f |
UTF-8 | äõç¨ | 110000111010010011000011101101011100001010000111110000111010011111000010101010001100001010011111 | c3a4c3b5c287c3a7c2a8c29f |
UHC | ????¨? | 00111111001111110011111100111111101000011010011100111111 | 3f3f3f3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)