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 | 召}召{^ | 10001111101000100111110110001111101000100111101101011110 | 8fa27d8fa27b5e |
EUC-JP | 召}召{^ | 10111110101001000111110110111110101001000111101101011110 | bea47dbea47b5e |
UTF-8 | 召}召{^ | 111001011000111110101100011111011110010110001111101011000111101101011110 | e58fac7de58fac7b5e |
UHC | 召}召{^ | 11100001101011110111110111100001101011110111101101011110 | e1af7de1af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)