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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
EUC-JP | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
UTF-8 | 얘렧렱렦셤RE | 1110110010010110100110001110101110100000101001111110101110100000101100011110101110100000101001101110110010000101101001000101001001000101 | ec9698eba0a7eba0b1eba0a6ec85a45245 |
UHC | 얘렧렱렦셤RE | 101111101110101010001110101101101000111010111110100011101011010110111100110010010101001001000101 | beea8eb68ebe8eb5bcc95245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)