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 | Ì¯Ñ´Í | 1100110010101111110100011011010011001101 | ccafd1b4cd |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | Ì¯Ñ´Í | 1000111110101010110000001000111110100010101101001000111110101010110100001010000110101101100011111010101010111111 | 8faac08fa2b48faad0a1ad8faabf |
UTF-8 | Ì¯Ñ´Í | 11000011100011001100001010101111110000111001000111000010101101001100001110001101 | c38cc2afc391c2b4c38d |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)