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 | 辱?淞 | 1001000001001010001111111001111111000010 | 904a3f9fc2 |
EUC-JP | 辱?淞 | 1011111110101011001111111101111011000100 | bfab3fdec4 |
UTF-8 | 辱됾淞 | 111010001011111010110001111010111001000010111110111001101011011110011110 | e8beb1eb90bee6b79e |
UHC | 辱됾淞 | 111010011011010010001001111110001110000111100111 | e9b489f8e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)