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 | 蝕?}蝕?{^ | 100100000100100100111111011111011001000001001001001111110111101101011110 | 90493f7d90493f7b5e |
EUC-JP | 蝕?}蝕?{^ | 101111111010101000111111011111011011111110101010001111110111101101011110 | bfaa3f7dbfaa3f7b5e |
UTF-8 | 蝕답}蝕답{^ | 111010001001110110010101111010111000101110110101011111011110100010011101100101011110101110001011101101010111101101011110 | e89d95eb8bb57de89d95eb8bb57b5e |
UHC | 蝕답}蝕답{^ | 1110001111011010101101001110010001111101111000111101101010110100111001000111101101011110 | e3dab4e47de3dab4e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)