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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 痙珈獵痙 | 1110000101111010111000001101101111100000110110001110000101111010 | e17ae0dbe0d8e17a |
EUC-JP | 痙珈獵痙 | 1110000111011011111000001101110111100000110110101110000111011011 | e1dbe0dde0dae1db |
UTF-8 | 痙珈獵痙 | 111001111001011110011001111001111000111110001000111001111000110110110101111001111001011110011001 | e79799e78f88e78db5e79799 |
UHC | 痙?獵痙 | 11001100111000100011111111010110101101001100110011100010 | cce23fd6b4cce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)