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 | ┃━┃━^ | 100001001010101110000100101010101000010010101011100001001010101001011110 | 84ab84aa84ab84aa5e |
EUC-JP | ┃━┃━^ | 101010001010110110101000101011001010100010101101101010001010110001011110 | a8ada8aca8ada8ac5e |
UTF-8 | ┃━┃━^ | 11100010100101001000001111100010100101001000000111100010100101001000001111100010100101001000000101011110 | e29483e29481e29483e294815e |
UHC | ┃━┃━^ | 101001101010110110100110101011001010011010101101101001101010110001011110 | a6ada6aca6ada6ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)