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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | ¬}¬{^ | 10000001110010100111110110000001110010100111101101011110 | 81ca7d81ca7b5e |
EUC-JP | ¬}¬{^ | 10100010110011000111110110100010110011000111101101011110 | a2cc7da2cc7b5e |
UTF-8 | ¬}¬{^ | 111011111011111110100010011111011110111110111111101000100111101101011110 | efbfa27defbfa27b5e |
UHC | ¬}¬{^ | 10100001111111100111110110100001111111100111101101011110 | a1fe7da1fe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)