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 | 鶺Q] | 1110100110110110101110100101000101011101 | e9b6ba515d |
SJIS-WIN | ?¶?Q] | 001111111000000111110111001111110101000101011101 | 3f81f73f515d |
EUC-JP | 鶺Q] | 10001111101010111011000110100010111110011000111110100010111010110101000101011101 | 8fabb1a2f98fa2eb515d |
UTF-8 | 鶺Q] | 1100001110101001110000101011011011000010101110100101000101011101 | c3a9c2b6c2ba515d |
UHC | ?¶ºQ] | 00111111101000101101001010101000101011000101000101011101 | 3fa2d2a8ac515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)