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 | ?楯}?楯{^ | 001111111000111101111100011111010011111110001111011111000111101101011110 | 3f8f7c7d3f8f7c7b5e |
EUC-JP | 宬楯}宬楯{^ | 10001111101110101101001110111101110111010111110110001111101110101101001110111101110111010111101101011110 | 8fbad3bddd7d8fbad3bddd7b5e |
UTF-8 | 宬楯}宬楯{^ | 111001011010111010101100111001101010010110101111011111011110010110101110101011001110011010100101101011110111101101011110 | e5aeace6a5af7de5aeace6a5af7b5e |
UHC | 宬楯}宬楯{^ | 1110000011110100111000101110010001111101111000001111010011100010111001000111101101011110 | e0f4e2e47de0f4e2e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)