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 | 疝燗}疝燗{^ | 1110000101101100111000001001001101111101111000010110110011100000100100110111101101011110 | e16ce0937de16ce0937b5e |
EUC-JP | 疝燗}疝燗{^ | 1110000111001101110111111111001101111101111000011100110111011111111100110111101101011110 | e1cddff37de1cddff37b5e |
UTF-8 | 疝燗}疝燗{^ | 111001111001011010011101111001111000011110010111011111011110011110010110100111011110011110000111100101110111101101011110 | e7969de787977de7969de787977b5e |
UHC | 疝?}疝?{^ | 110111111010100000111111011111011101111110101000001111110111101101011110 | dfa83f7ddfa83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)