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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 遶愁遶愁^ | 111001111010101110001111010001001110011110101011100011110100010001011110 | e7ab8f44e7ab8f445e |
EUC-JP | 遶愁遶愁^ | 111011101010110110111101101001011110111010101101101111011010010101011110 | eeadbda5eeadbda55e |
UTF-8 | 遶愁遶愁^ | 11101001100000011011011011100110100001001000000111101001100000011011011011100110100001001000000101011110 | e981b6e68481e981b6e684815e |
UHC | ?愁?愁^ | 00111111111000011111111000111111111000011111111001011110 | 3fe1fe3fe1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)