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 | 夭?}夭?{^ | 100110101110111000111111011111011001101011101110001111110111101101011110 | 9aee3f7d9aee3f7b5e |
EUC-JP | 夭?}夭?{^ | 110101001111000000111111011111011101010011110000001111110111101101011110 | d4f03f7dd4f03f7b5e |
UTF-8 | 夭봭}夭봭{^ | 111001011010010010101101111010111011010010101101011111011110010110100100101011011110101110110100101011010111101101011110 | e5a4adebb4ad7de5a4adebb4ad7b5e |
UHC | 夭봭}夭봭{^ | 1110100011101100100101000110111001111101111010001110110010010100011011100111101101011110 | e8ec946e7de8ec946e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)