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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮨旗尓繖シ | 111010011011110110001010111110001001101110010101111000111000010010111100 | e9bd8af89b95e384bc |
EUC-JP | 鮨旗尓繖シ | 11110010101111111011010011111010110101011111010111100101111001001000111010111100 | f2bfb4fad5f5e5e48ebc |
UTF-8 | 鮨旗尓繖シ | 111010011010111010101000111001101001011110010111111001011011000010010011111001111011100110010110111011111011110110111100 | e9aea8e69797e5b093e7b996efbdbc |
UHC | ?旗??? | 001111111101000011111101001111110011111100111111 | 3fd0fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)