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 | 繆?}繆?{^ | 111000110111100000111111011111011110001101111000001111110111101101011110 | e3783f7de3783f7b5e |
EUC-JP | 繆?}繆?{^ | 111001011101100100111111011111011110010111011001001111110111101101011110 | e5d93f7de5d93f7b5e |
UTF-8 | 繆혼}繆혼{^ | 111001111011100110000110111011011001100010111100011111011110011110111001100001101110110110011000101111000111101101011110 | e7b986ed98bc7de7b986ed98bc7b5e |
UHC | 繆혼}繆혼{^ | 1101100111110000110010001010010101111101110110011111000011001000101001010111101101011110 | d9f0c8a57dd9f0c8a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)