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 | 1110011110001011100001001110100010010011100001100101001001000101 | e78b84e893865245 |
SJIS-WIN | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
EUC-JP | ç??è??RE | 100011111010101110101110001111110011111110001111101010111011001000111111001111110101001001000101 | 8fabae3f3f8fabb23f3f5245 |
UTF-8 | çèRE | 1100001110100111110000101000101111000010100001001100001110101000110000101001001111000010100001100101001001000101 | c3a7c28bc284c3a8c293c2865245 |
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)