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 | Ì´ÌöÉ | 100011111100110010110100110011001111011011001001 | 8fccb4ccf6c9 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | ?Ì´ÌöÉ | 001111111000111110101010110000001010000110101101100011111010101011000000100011111010101111010011100011111010101010110001 | 3f8faac0a1ad8faac08fabd38faab1 |
UTF-8 | Ì´ÌöÉ | 110000101000111111000011100011001100001010110100110000111000110011000011101101101100001110001001 | c28fc38cc2b4c38cc3b6c389 |
UHC | ??´??? | 00111111001111111010001010100101001111110011111100111111 | 3f3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)