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 | 銹燹}銹燹{^ | 1110011111110110111000001001111101111101111001111111011011100000100111110111101101011110 | e7f6e09f7de7f6e09f7b5e |
EUC-JP | 銹燹}銹燹{^ | 1110111011111000111000001010000101111101111011101111100011100000101000010111101101011110 | eef8e0a17deef8e0a17b5e |
UTF-8 | 銹燹}銹燹{^ | 111010011000101010111001111001111000011110111001011111011110100110001010101110011110011110000111101110010111101101011110 | e98ab9e787b97de98ab9e787b97b5e |
UHC | 銹?}銹?{^ | 111000101100100000111111011111011110001011001000001111110111101101011110 | e2c83f7de2c83f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)