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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 櫛脛?^ | 100010111111100111100011111110000011111101011110 | 8bf9e3f83f5e |
EUC-JP | 櫛脛?^ | 101101101111101111100110111110100011111101011110 | b6fbe6fa3f5e |
UTF-8 | 櫛脛색^ | 11100110101010111001101111101000100001001001101111101100100000111000100101011110 | e6ab9be8849bec83895e |
UHC | 櫛脛색^ | 11110001111011101100110011101011101110111111011001011110 | f1eeccebbbf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)