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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄂滂シ」 | 111001111011110110011111111011111011110010100011 | e7bd9fefbca3 |
EUC-JP | 鄂滂シ」 | 1110111010111111110111101111000110001110101111001000111010100011 | eebfdef18ebc8ea3 |
UTF-8 | 鄂滂シ」 | 111010011000010010000010111001101011101110000010111011111011110110111100111011111011110110100011 | e98482e6bb82efbdbcefbda3 |
UHC | 鄂滂?? | 111001001100011111011011101101010011111100111111 | e4c7dbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)