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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | テサチ錂クRE | 1100001110111011110000011111101111011110101110000101001001000101 | c3bbc1fbdeb85245 |
EUC-JP | テサチ錂クRE | 10001110110000111000111010111011100011101100000110001111111001001101010010001110101110000101001001000101 | 8ec38ebb8ec18fe4d48eb85245 |
UTF-8 | テサチ錂クRE | 1110111110111110100000111110111110111101101110111110111110111110100000011110100110001100100000101110111110111101101110000101001001000101 | efbe83efbdbbefbe81e98c82efbdb85245 |
UHC | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)