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 | 野?}野?{^ | 100101101110110000111111011111011001011011101100001111110111101101011110 | 96ec3f7d96ec3f7b5e |
EUC-JP | 野?}野?{^ | 110011001110111000111111011111011100110011101110001111110111101101011110 | ccee3f7dccee3f7b5e |
UTF-8 | 野뭤}野뭤{^ | 111010011000011110001110111010111010110110100100011111011110100110000111100011101110101110101101101001000111101101011110 | e9878eebada47de9878eebada47b5e |
UHC | 野뭤}野뭤{^ | 1110010110101111100100100110111001111101111001011010111110010010011011100111101101011110 | e5af926e7de5af926e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)