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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 湘嶸}湘嶸{^ | 1000111111000011111110101011010001111101100011111100001111111010101101000111101101011110 | 8fc3fab47d8fc3fab47b5e |
EUC-JP | 湘嶸}湘嶸{^ | 10111110110001011000111110111011111101000111110110111110110001011000111110111011111101000111101101011110 | bec58fbbf47dbec58fbbf47b5e |
UTF-8 | 湘嶸}湘嶸{^ | 111001101011100110011000111001011011011010111000011111011110011010111001100110001110010110110110101110000111101101011110 | e6b998e5b6b87de6b998e5b6b87b5e |
UHC | 湘嶸}湘嶸{^ | 1101111111001111111001111010111001111101110111111100111111100111101011100111101101011110 | dfcfe7ae7ddfcfe7ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)