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Ý´ | 10100100010011101101110110110100 | a44eddb4 |
SJIS-WIN | ?N?´ | 0011111101001110001111111000000101001100 | 3f4e3f814c |
EUC-JP | ¤NÝ´ | 100011111010001011110000010011101000111110101010111100101010000110101101 | 8fa2f04e8faaf2a1ad |
UTF-8 | ¤NÝ´ | 11000010101001000100111011000011100111011100001010110100 | c2a44ec39dc2b4 |
UHC | ¤N?´ | 101000101011010001001110001111111010001010100101 | a2b44e3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)