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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
EUC-JP | ??湞?RE | 0011111100111111100011111100011111111110001111110101001001000101 | 3f3f8fc7fe3f5245 |
UTF-8 | 欌렯湞렍RE | 1110011010101100100011001110101110100000101011111110011010111001100111101110101110100000100011010101001001000101 | e6ac8ceba0afe6b99eeba08d5245 |
UHC | 欌렯湞렍RE | 11101101111010111000111010111100111011111110011010001110101000110101001001000101 | edeb8ebcefe68ea35245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)