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 | ヨ}ヨ{^ | 110101101111001001101110011111011101011011110010011011100111101101011110 | d6f26e7dd6f26e7b5e |
EUC-JP | ヨ?}ヨ?{^ | 100011101101011000111111011111011000111011010110001111110111101101011110 | 8ed63f7d8ed63f7b5e |
UTF-8 | ヨ}ヨ{^ | 111011111011111010010110111011101000011010100110011111011110111110111110100101101110111010000110101001100111101101011110 | efbe96ee86a67defbe96ee86a67b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)