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 | 戝膰}戝膰{^ | 1110011011000001111001000101011101111101111001101100000111100100010101110111101101011110 | e6c1e4577de6c1e4577b5e |
EUC-JP | 戝膰}戝膰{^ | 1110110011000011111001111011100001111101111011001100001111100111101110000111101101011110 | ecc3e7b87decc3e7b87b5e |
UTF-8 | 戝膰}戝膰{^ | 111001101000100010011101111010001000011010110000011111011110011010001000100111011110100010000110101100000111101101011110 | e6889de886b07de6889de886b07b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)