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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 脂}脂{^ | 10001110100010010111110110001110100010010111101101011110 | 8e897d8e897b5e |
EUC-JP | 脂}脂{^ | 10111011111010010111110110111011111010010111101101011110 | bbe97dbbe97b5e |
UTF-8 | 脂}脂{^ | 111010001000010010000010011111011110100010000100100000100111101101011110 | e884827de884827b5e |
UHC | 脂}脂{^ | 11110010101101110111110111110010101101110111101101011110 | f2b77df2b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)