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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 軏基筒@ | 11111011101100101000101011101110100100111001101101000000 | fbb28aee939b40 |
EUC-JP | 軏基筒@ | 1000111111100000110110011011010011110000110001011111101101000000 | 8fe0d9b4f0c5fb40 |
UTF-8 | 軏基筒@ | 11101000101110111000111111100101100111111011101011100111101011011001001001000000 | e8bb8fe59fbae7ad9240 |
UHC | ?基筒@ | 001111111101000011110001111101111101010101000000 | 3fd0f1f7d540 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)