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 | 澹襯}澹襯{^ | 1110000001010111111001100100010001111101111000000101011111100110010001000111101101011110 | e057e6447de057e6447b5e |
EUC-JP | 澹襯}澹襯{^ | 1101111110111000111010111010010101111101110111111011100011101011101001010111101101011110 | dfb8eba57ddfb8eba57b5e |
UTF-8 | 澹襯}澹襯{^ | 111001101011111010111001111010001010010110101111011111011110011010111110101110011110100010100101101011110111101101011110 | e6beb9e8a5af7de6beb9e8a5af7b5e |
UHC | 澹?}澹?{^ | 110100111100001000111111011111011101001111000010001111110111101101011110 | d3c23f7dd3c23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)