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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猥?Ы | 1110000011001110001111111000010001011100 | e0ce3f845c |
EUC-JP | 猥?Ы | 1110000011010000001111111010011110111101 | e0d03fa7bd |
UTF-8 | 猥섎Ы | 1110011110001100101001011110110010000100100011101101000010101011 | e78ca5ec848ed0ab |
UHC | 猥섎Ы | 111010001110010110011000111010111010110010111101 | e8e598ebacbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)