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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?齧煎輒 | 00111111111010101001011010010000111101111110011101101011 | 3fea9690f7e76b |
EUC-JP | 琁齧煎輒 | 100011111100110010100011111100111111011011000000111110011110110111001100 | 8fcca3f3f6c0f9edcc |
UTF-8 | 琁齧煎輒 | 111001111001000010000001111010011011110110100111111001111000010110001110111010001011110010010010 | e79081e9bda7e7858ee8bc92 |
UHC | 琁齧煎輒 | 1110000011000100111000001110010111101111101000011111010011100101 | e0c4e0e5efa1f4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)