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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?槃??裝 | 00111111100111101100111100111111001111111110010111100100 | 3f9ecf3f3fe5e4 |
EUC-JP | 焌槃??裝 | 100011111100100111101000110111001101000100111111001111111110101011100110 | 8fc9e8dcd13f3feae6 |
UTF-8 | 焌槃렚렗裝 | 111001111000010010001100111001101010011110000011111010111010000010011010111010111010000010010111111010001010001110011101 | e7848ce6a783eba09aeba097e8a39d |
UHC | 焌槃렚렗裝 | 11110001111000001101101011101001100011101010110110001110101011001110110111111011 | f1e0dae98ead8eacedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)