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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貎∝ク起 | 11100110101111011000000111100101101110001000101101001110 | e6bd81e5b88b4e |
EUC-JP | 貎∝ク起 | 1110110010111111101000101110011110001110101110001011010110101111 | ecbfa2e78eb8b5af |
UTF-8 | 貎∝ク起 | 111010001011001010001110111000101000100010011101111011111011110110111000111010001011010110110111 | e8b28ee2889defbdb8e8b5b7 |
UHC | ?∝?起 | 001111111010000111110000001111111101000111000011 | 3fa1f03fd1c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)