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 | 軟??毅 | 100100111110111000111111001111111000101101000010 | 93ee3f3f8b42 |
EUC-JP | 軟??毅 | 110001101111000000111111001111111011010110100011 | c6f03f3fb5a3 |
UTF-8 | 軟먮챷毅 | 111010001011101110011111111010111010100010101110111011001011000110110111111001101010111110000101 | e8bb9feba8aeecb1b7e6af85 |
UHC | 軟먮챷毅 | 1110011011100011100100001110101110101010100001001110101111110110 | e6e390ebaa84ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)