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 | 銹滴}銹滴{^ | 1110011111110110100100110100100001111101111001111111011010010011010010000111101101011110 | e7f693487de7f693487b5e |
EUC-JP | 銹滴}銹滴{^ | 1110111011111000110001011010100101111101111011101111100011000101101010010111101101011110 | eef8c5a97deef8c5a97b5e |
UTF-8 | 銹滴}銹滴{^ | 111010011000101010111001111001101011101110110100011111011110100110001010101110011110011010111011101101000111101101011110 | e98ab9e6bbb47de98ab9e6bbb47b5e |
UHC | 銹滴}銹滴{^ | 1110001011001000111011101101100101111101111000101100100011101110110110010111101101011110 | e2c8eed97de2c8eed97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)