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 | äÝRAä³ | 111001001101110110000100100011111000111101010010010000011110010010110011 | e4dd848f8f5241e4b3 |
SJIS-WIN | ?????RA?? | 001111110011111100111111001111110011111101010010010000010011111100111111 | 3f3f3f3f3f52413f3f |
EUC-JP | äÝ???RAä? | 100011111010101110100011100011111010101011110010001111110011111100111111010100100100000110001111101010111010001100111111 | 8faba38faaf23f3f3f52418faba33f |
UTF-8 | äÝRAä³ | 11000011101001001100001110011101110000101000010011000010100011111100001010001111010100100100000111000011101001001100001010110011 | c3a4c39dc284c28fc28f5241c3a4c2b3 |
UHC | ?????RA?³ | 00111111001111110011111100111111001111110101001001000001001111111010100111111000 | 3f3f3f3f3f52413fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)