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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 簓邯^ | 1110001011000111111001111011011001011110 | e2c7e7b65e |
EUC-JP | 簓邯^ | 1110010011001001111011101011100001011110 | e4c9eeb85e |
UTF-8 | 簓邯^ | 11100111101100001001001111101001100000101010111101011110 | e7b093e982af5e |
UHC | ?邯^ | 00111111110010101111101101011110 | 3fcafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)