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 | 101111001011001110111100101011010101001001000101 | bcb3bcad5245 |
SJIS-WIN | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
EUC-JP | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
UTF-8 | ¼³¼RE | 11000010101111001100001010110011110000101011110011000010101011010101001001000101 | c2bcc2b3c2bcc2ad5245 |
UHC | ¼³¼RE | 10101000111110011010100111111000101010001111100110100001101010010101001001000101 | a8f9a9f8a8f9a1a95245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)