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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蝕蝕[蝕蝕[^ | 1001000001001001100100000100100101011011100100000100100110010000010010010101101101011110 | 904990495b904990495b5e |
EUC-JP | 蝕蝕[蝕蝕[^ | 1011111110101010101111111010101001011011101111111010101010111111101010100101101101011110 | bfaabfaa5bbfaabfaa5b5e |
UTF-8 | 蝕蝕[蝕蝕[^ | 111010001001110110010101111010001001110110010101010110111110100010011101100101011110100010011101100101010101101101011110 | e89d95e89d955be89d95e89d955b5e |
UHC | 蝕蝕[蝕蝕[^ | 1110001111011010111000111101101001011011111000111101101011100011110110100101101101011110 | e3dae3da5be3dae3da5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)