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 | 油?}油?{^ | 100101101111101100111111011111011001011011111011001111110111101101011110 | 96fb3f7d96fb3f7b5e |
EUC-JP | 油?}油?{^ | 110011001111110100111111011111011100110011111101001111110111101101011110 | ccfd3f7dccfd3f7b5e |
UTF-8 | 油쮖}油쮖{^ | 111001101011001010111001111011001010111010010110011111011110011010110010101110011110110010101110100101100111101101011110 | e6b2b9ecae967de6b2b9ecae967b5e |
UHC | 油쮖}油쮖{^ | 1110101011111010101010000110111001111101111010101111101010101000011011100111101101011110 | eafaa86e7deafaa86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)