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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 痘繰 | 10010011100101111000110001001010 | 93978c4a |
EUC-JP | 痘繰 | 11000101111101111011011110101011 | c5f7b7ab |
UTF-8 | 痘繰 | 111001111001011110011000111001111011100110110000 | e79798e7b9b0 |
UHC | 痘繰 | 11010100111000111111000011011011 | d4e3f0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)