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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 頂?n頂?nB | 100100101011100000111111011011101001001010111000001111110110111001000010 | 92b83f6e92b83f6e42 |
EUC-JP | 頂?n頂?nB | 110001001011101000111111011011101100010010111010001111110110111001000010 | c4ba3f6ec4ba3f6e42 |
UTF-8 | 頂렊n頂렊nB | 111010011010000010000010111010111010000010001010011011101110100110100000100000101110101110100000100010100110111001000010 | e9a082eba08a6ee9a082eba08a6e42 |
UHC | 頂렊n頂렊nB | 1111000010100010100011101010000101101110111100001010001010001110101000010110111001000010 | f0a28ea16ef0a28ea16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)