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 | 1111101101001011100011001011011101011001 | fb4b8cb759 |
EUC-JP | 澈弦Y | 100011111100100011100101101110001011100101011001 | 8fc8e5b8b959 |
UTF-8 | 澈弦Y | 11100110101111101000100011100101101111001010011001011001 | e6be88e5bca659 |
UHC | 澈弦Y | 1111010011001101111110101101011101011001 | f4cdfad759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)