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 | 111001101010010110011001011011101110011010100101100110010110111001000010 | e6a5996ee6a5996e42 |
SJIS-WIN | ?¥?n?¥?nB | 0011111110000001100011110011111101101110001111111000000110001111001111110110111001000010 | 3f818f3f6e3f818f3f6e42 |
EUC-JP | æ??næ??nB | 10001111101010011100000100111111001111110110111010001111101010011100000100111111001111110110111001000010 | 8fa9c13f3f6e8fa9c13f3f6e42 |
UTF-8 | æ¥næ¥nB | 110000111010011011000010101001011100001010011001011011101100001110100110110000101010010111000010100110010110111001000010 | c3a6c2a5c2996ec3a6c2a5c2996e42 |
UHC | æ??næ??nB | 1010100110100001001111110011111101101110101010011010000100111111001111110110111001000010 | a9a13f3f6ea9a13f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)