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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 痙珈獵痙珈 | 11100001011110101110000011011011111000001101100011100001011110101110000011011011 | e17ae0dbe0d8e17ae0db |
EUC-JP | 痙珈獵痙珈 | 11100001110110111110000011011101111000001101101011100001110110111110000011011101 | e1dbe0dde0dae1dbe0dd |
UTF-8 | 痙珈獵痙珈 | 111001111001011110011001111001111000111110001000111001111000110110110101111001111001011110011001111001111000111110001000 | e79799e78f88e78db5e79799e78f88 |
UHC | 痙?獵痙? | 1100110011100010001111111101011010110100110011001110001000111111 | cce23fd6b4cce23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)