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 | 1110101110100000100101111110100110011011100110010101001001000101 | eba097e99b995245 |
SJIS-WIN | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
EUC-JP | ë??é??RE | 100011111010101110110011001111110011111110001111101010111011000100111111001111110101001001000101 | 8fabb33f3f8fabb13f3f5245 |
UTF-8 | ë éRE | 1100001110101011110000101010000011000010100101111100001110101001110000101001101111000010100110010101001001000101 | c3abc2a0c297c3a9c29bc2995245 |
UHC | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)