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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 業?\ | 10001011110001100011111101011100 | 8bc63f5c |
EUC-JP | 業?\ | 10110110110010000011111101011100 | b6c83f5c |
UTF-8 | 業뭒\ | 11100110101001011010110111101011101011011001001001011100 | e6a5adebad925c |
UHC | 業뭒\ | 1110010111110110100100100101101001011100 | e5f6925a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)