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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 依?n}依?n{^ | 1000100011001011001111110110111001111101100010001100101100111111011011100111101101011110 | 88cb3f6e7d88cb3f6e7b5e |
EUC-JP | 依?n}依?n{^ | 1011000011001101001111110110111001111101101100001100110100111111011011100111101101011110 | b0cd3f6e7db0cd3f6e7b5e |
UTF-8 | 依톙n}依톙n{^ | 1110010010111110100111011110110110000110100110010110111001111101111001001011111010011101111011011000011010011001011011100111101101011110 | e4be9ded86996e7de4be9ded86996e7b5e |
UHC | 依톙n}依톙n{^ | 11101011111011101011011101101111011011100111110111101011111011101011011101101111011011100111101101011110 | ebeeb76f6e7debeeb76f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)