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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 應枯 | 10011100111001001000110011001101 | 9ce48ccd |
EUC-JP | 應枯 | 11011000111001101011100011001111 | d8e6b8cf |
UTF-8 | 應枯 | 111001101000011110001001111001101001111010101111 | e68789e69eaf |
UHC | 應枯 | 11101011111010111100110110111101 | ebebcdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)