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 | 111000001011110111100100111011000101001001000101 | e0bde4ec5245 |
SJIS-WIN | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
EUC-JP | à?äìRE | 100011111010101110100010001111111000111110101011101000111000111110101011110000000101001001000101 | 8faba23f8faba38fabc05245 |
UTF-8 | à½äìRE | 11000011101000001100001010111101110000111010010011000011101011000101001001000101 | c3a0c2bdc3a4c3ac5245 |
UHC | ?½??RE | 00111111101010001111011000111111001111110101001001000101 | 3fa8f63f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)