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 | 幼經?^ | 100101110110001111100011010100110011111101011110 | 9763e3533f5e |
EUC-JP | 幼經?^ | 110011011100010011100101101101000011111101011110 | cdc4e5b43f5e |
UTF-8 | 幼經놔^ | 11100101101110011011110011100111101101101001001111101011100001101001010001011110 | e5b9bce7b693eb86945e |
UHC | 幼經놔^ | 11101010111010101100110011101000101100111111011001011110 | eaeacce8b3f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)