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 | 犖痲}犖痲{^ | 1110000010110110111000011000010001111101111000001011011011100001100001000111101101011110 | e0b6e1847de0b6e1847b5e |
EUC-JP | 犖痲}犖痲{^ | 1110000010111000111000011110010001111101111000001011100011100001111001000111101101011110 | e0b8e1e47de0b8e1e47b5e |
UTF-8 | 犖痲}犖痲{^ | 111001111000101010010110111001111001011110110010011111011110011110001010100101101110011110010111101100100111101101011110 | e78a96e797b27de78a96e797b27b5e |
UHC | ?痲}?痲{^ | 001111111101100010100110011111010011111111011000101001100111101101011110 | 3fd8a67d3fd8a67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)