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 | 鬯伜唱髮「 | 111010011010110010011000111001011000111110100101111010011001101110100010 | e9ac98e58fa5e99ba2 |
EUC-JP | 鬯伜唱髮「 | 11110010101011101101000011100111101111101010011111110001111110111000111010100010 | f2aed0e7bea7f1fb8ea2 |
UTF-8 | 鬯伜唱髮「 | 111010011010110010101111111001001011110010011100111001011001010010110001111010011010101110101110111011111011110110100010 | e9acafe4bc9ce594b1e9abaeefbda2 |
UHC | ??唱髮? | 00111111001111111111001111011101110110111010010100111111 | 3f3ff3dddba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)