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 | 珀珀}珀珀{^ | 1110000011011111111000001101111101111101111000001101111111100000110111110111101101011110 | e0dfe0df7de0dfe0df7b5e |
EUC-JP | 珀珀}珀珀{^ | 1110000011100001111000001110000101111101111000001110000111100000111000010111101101011110 | e0e1e0e17de0e1e0e17b5e |
UTF-8 | 珀珀}珀珀{^ | 111001111000111110000000111001111000111110000000011111011110011110001111100000001110011110001111100000000111101101011110 | e78f80e78f807de78f80e78f807b5e |
UHC | 珀珀}珀珀{^ | 1101101011010110110110101101011001111101110110101101011011011010110101100111101101011110 | dad6dad67ddad6dad67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)