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 | 獸?}獸?{^ | 111000001101011100111111011111011110000011010111001111110111101101011110 | e0d73f7de0d73f7b5e |
EUC-JP | 獸?}獸?{^ | 111000001101100100111111011111011110000011011001001111110111101101011110 | e0d93f7de0d93f7b5e |
UTF-8 | 獸數}獸數{^ | 111001111000110110111000111011111010010110101001011111011110011110001101101110001110111110100101101010010111101101011110 | e78db8efa5a97de78db8efa5a97b5e |
UHC | 獸數}獸數{^ | 1110001010101110110111101111110001111101111000101010111011011110111111000111101101011110 | e2aedefc7de2aedefc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)