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 | 韈臥ク曖 | 11101000111001111000100111100111101110001001111001000010 | e8e789e7b89e42 |
EUC-JP | 韈臥ク曖 | 1111000011101001101100101110100110001110101110001101101110100011 | f0e9b2e98eb8dba3 |
UTF-8 | 韈臥ク曖 | 111010011001111110001000111010001000011110100101111011111011110110111000111001101001101110010110 | e99f88e887a5efbdb8e69b96 |
UHC | ?臥?曖 | 001111111110100011000010001111111110010011110010 | 3fe8c23fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)