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 | 111000001001011011111010101110010101001001000101 | e096fab95245 |
SJIS-WIN | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
EUC-JP | à?ú?RE | 10001111101010111010001000111111100011111010101111100010001111110101001001000101 | 8faba23f8fabe23f5245 |
UTF-8 | àú¹RE | 11000011101000001100001010010110110000111011101011000010101110010101001001000101 | c3a0c296c3bac2b95245 |
UHC | ???¹RE | 00111111001111110011111110101001111101100101001001000101 | 3f3f3fa9f65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)