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 | 蛇魄}蛇魄{^ | 1000111011010110111010011010111001111101100011101101011011101001101011100111101101011110 | 8ed6e9ae7d8ed6e9ae7b5e |
EUC-JP | 蛇魄}蛇魄{^ | 1011110011011000111100101011000001111101101111001101100011110010101100000111101101011110 | bcd8f2b07dbcd8f2b07b5e |
UTF-8 | 蛇魄}蛇魄{^ | 111010001001101110000111111010011010110110000100011111011110100010011011100001111110100110101101100001000111101101011110 | e89b87e9ad847de89b87e9ad847b5e |
UHC | 蛇魄}蛇魄{^ | 1101111011101111110110111101111001111101110111101110111111011011110111100111101101011110 | deefdbde7ddeefdbde7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)