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 | 珀怐}珀怐{^ | 1110000011011111100111001000000101111101111000001101111110011100100000010111101101011110 | e0df9c817de0df9c817b5e |
EUC-JP | 珀怐}珀怐{^ | 1110000011100001110101111110000101111101111000001110000111010111111000010111101101011110 | e0e1d7e17de0e1d7e17b5e |
UTF-8 | 珀怐}珀怐{^ | 111001111000111110000000111001101000000010010000011111011110011110001111100000001110011010000000100100000111101101011110 | e78f80e680907de78f80e680907b5e |
UHC | 珀?}珀?{^ | 110110101101011000111111011111011101101011010110001111110111101101011110 | dad63f7ddad63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)