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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 昱疫Y | 1111101001100011100010010111010101011001 | fa63897559 |
EUC-JP | 昱疫Y | 100011111100001010101101101100011101011001011001 | 8fc2adb1d659 |
UTF-8 | 昱疫Y | 11100110100110001011000111100111100101101010101101011001 | e698b1e796ab59 |
UHC | 昱疫Y | 1110100111110000111001101011100101011001 | e9f0e6b959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)