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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 羌榊矯^ | 11100011101100111000110111100101100010111011100001011110 | e3b38de58bb85e |
EUC-JP | 羌榊矯^ | 11100110101101011011101011100111101101101011101001011110 | e6b5bae7b6ba5e |
UTF-8 | 羌榊矯^ | 11100111101111101000110011100110101001101000101011100111100111111010111101011110 | e7be8ce6a68ae79faf5e |
UHC | 羌?矯^ | 110010111011011000111111110011101110110001011110 | cbb63fceec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)