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 | 111011011111101110001110101101000101001001000101 | edfb8eb45245 |
SJIS-WIN | ???´RE | 00111111001111110011111110000001010011000101001001000101 | 3f3f3f814c5245 |
EUC-JP | íû?´RE | 1000111110101011101111111000111110101011111001010011111110100001101011010101001001000101 | 8fabbf8fabe53fa1ad5245 |
UTF-8 | íû´RE | 11000011101011011100001110111011110000101000111011000010101101000101001001000101 | c3adc3bbc28ec2b45245 |
UHC | ???´RE | 00111111001111110011111110100010101001010101001001000101 | 3f3f3fa2a55245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)