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 | 銹⑪}銹⑪{^ | 1110011111110110100001110100101001111101111001111111011010000111010010100111101101011110 | e7f6874a7de7f6874a7b5e |
EUC-JP | 銹?}銹?{^ | 111011101111100000111111011111011110111011111000001111110111101101011110 | eef83f7deef83f7b5e |
UTF-8 | 銹⑪}銹⑪{^ | 111010011000101010111001111000101001000110101010011111011110100110001010101110011110001010010001101010100111101101011110 | e98ab9e291aa7de98ab9e291aa7b5e |
UHC | 銹⑪}銹⑪{^ | 1110001011001000101010001111000101111101111000101100100010101000111100010111101101011110 | e2c8a8f17de2c8a8f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)