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 | ðÎ÷¯ | 11110000110011101111011110101111 | f0cef7af |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | ðÎ÷¯ | 1000111110101001110000111000111110101010110000101010000111100000100011111010001010110100 | 8fa9c38faac2a1e08fa2b4 |
UTF-8 | ðÎ÷¯ | 1100001110110000110000111000111011000011101101111100001010101111 | c3b0c38ec3b7c2af |
UHC | ð?÷? | 101010011010001100111111101000011100000000111111 | a9a33fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)