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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鰐酖] | 1001100001101011111001111100001101011101 | 986be7c35d |
EUC-JP | 鰐酖] | 1100111111001100111011101100010101011101 | cfcceec55d |
UTF-8 | 鰐酖] | 11101001101100001001000011101001100001011001011001011101 | e9b090e985965d |
UHC | 鰐?] | 11100100110010100011111101011101 | e4ca3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)