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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣?瀞?鼎 | 1000111101110110001111111001001111010010001111111001001101000011 | 8f763f93d23f9343 |
EUC-JP | 竣?瀞?鼎 | 1011110111010111001111111100011011010100001111111100010110100100 | bdd73fc6d43fc5a4 |
UTF-8 | 竣렕瀞렕鼎 | 111001111010101110100011111010111010000010010101111001111000000010011110111010111010000010010101111010011011110010001110 | e7aba3eba095e7809eeba095e9bc8e |
UHC | 竣렕瀞렕鼎 | 11110001111000101000111010101010111011111110011110001110101010101111000010100011 | f1e28eaaefe78eaaf0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)