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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮨旗莊 | 111010011011110110001010111110001110010010110101 | e9bd8af8e4b5 |
EUC-JP | 鮨旗莊 | 111100101011111110110100111110101110100010110111 | f2bfb4fae8b7 |
UTF-8 | 鮨旗莊 | 111010011010111010101000111001101001011110010111111010001000111010001010 | e9aea8e69797e88e8a |
UHC | ?旗莊 | 0011111111010000111111011110110111110110 | 3fd0fdedf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)