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 | 盡撓}盡撓{^ | 1110000110110110100111011001101001111101111000011011011010011101100110100111101101011110 | e1b69d9a7de1b69d9a7b5e |
EUC-JP | 盡撓}盡撓{^ | 1110001010111000110110011111101001111101111000101011100011011001111110100111101101011110 | e2b8d9fa7de2b8d9fa7b5e |
UTF-8 | 盡撓}盡撓{^ | 111001111001101110100001111001101001001010010011011111011110011110011011101000011110011010010010100100110111101101011110 | e79ba1e692937de79ba1e692937b5e |
UHC | 盡撓}盡撓{^ | 1111001011010111111010001111010101111101111100101101011111101000111101010111101101011110 | f2d7e8f57df2d7e8f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)