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 | äÝRåH | 1110010011011101100011111000111110001111010100101110010101001000 | e4dd8f8f8f52e548 |
SJIS-WIN | ?????R?H | 0011111100111111001111110011111100111111010100100011111101001000 | 3f3f3f3f3f523f48 |
EUC-JP | äÝ???RåH | 1000111110101011101000111000111110101010111100100011111100111111001111110101001010001111101010111010100101001000 | 8faba38faaf23f3f3f528faba948 |
UTF-8 | äÝRåH | 1100001110100100110000111001110111000010100011111100001010001111110000101000111101010010110000111010010101001000 | c3a4c39dc28fc28fc28f52c3a548 |
UHC | ?????R?H | 0011111100111111001111110011111100111111010100100011111101001000 | 3f3f3f3f3f523f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)