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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 齧宋齧宋^ | 111010101001011010010001011101101110101010010110100100010111011001011110 | ea969176ea9691765e |
EUC-JP | 齧宋齧宋^ | 111100111111011011000001110101111111001111110110110000011101011101011110 | f3f6c1d7f3f6c1d75e |
UTF-8 | 齧宋齧宋^ | 11101001101111011010011111100101101011101000101111101001101111011010011111100101101011101000101101011110 | e9bda7e5ae8be9bda7e5ae8b5e |
UHC | 齧宋齧宋^ | 111000001110010111100001111001001110000011100101111000011110010001011110 | e0e5e1e4e0e5e1e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)