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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鮨躯汞\ | 11101001101111011000101111101011100111111000011101011100 | e9bd8beb9f875c |
EUC-JP | 鮨躯汞\ | 11110010101111111011011011101101110111011110011101011100 | f2bfb6eddde75c |
UTF-8 | 鮨躯汞\ | 11101001101011101010100011101000101110101010111111100110101100011001111001011100 | e9aea8e8baafe6b19e5c |
UHC | ??汞\ | 0011111100111111111110111111000101011100 | 3f3ffbf15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)