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 | 榮熔}榮熔{^ | 1001111011000100100101110110111101111101100111101100010010010111011011110111101101011110 | 9ec4976f7d9ec4976f7b5e |
EUC-JP | 榮熔}榮熔{^ | 1101110011000110110011011101000001111101110111001100011011001101110100000111101101011110 | dcc6cdd07ddcc6cdd07b5e |
UTF-8 | 榮熔}榮熔{^ | 111001101010011010101110111001111000011010010100011111011110011010100110101011101110011110000110100101000111101101011110 | e6a6aee786947de6a6aee786947b5e |
UHC | 榮熔}榮熔{^ | 1110011110110100111010011100001001111101111001111011010011101001110000100111101101011110 | e7b4e9c27de7b4e9c27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)