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 | 辱?辱?? | 10010000010010100011111110010000010010100011111100111111 | 904a3f904a3f3f |
EUC-JP | 辱?辱?? | 10111111101010110011111110111111101010110011111100111111 | bfab3fbfab3f3f |
UTF-8 | 辱뎚辱됿룵 | 111010001011111010110001111010111000111010011010111010001011111010110001111010111001000010111111111010111010001110110101 | e8beb1eb8e9ae8beb1eb90bfeba3b5 |
UHC | 辱뎚辱됿룵 | 11101001101101001000100101101011111010011011010010001001111110011000111110101010 | e9b4896be9b489f98faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)