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 | 00111111001111110011111101111001 | 3f3f3f79 |
SJIS-WIN | 邯星術y | 11100111101101101001000010101111100011110111000001111001 | e7b690af8f7079 |
EUC-JP | 邯星術y | 11101110101110001100000010110001101111011101000101111001 | eeb8c0b1bdd179 |
UTF-8 | 邯星術y | 11101001100000101010111111100110100110001001111111101000101000011001001101111001 | e982afe6989fe8a19379 |
UHC | 邯星術y | 11001010111110111110000011111000111000101111101001111001 | cafbe0f8e2fa79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)