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 | 鬩ゥ陋セ礦 | 1110100110101001101010011110100010011011101111101110000111100110 | e9a9a9e89bbee1e6 |
EUC-JP | 鬩ゥ陋セ礦 | 11110010101010111000111010101001111011111111101110001110101111101110001011101000 | f2ab8ea9effb8ebee2e8 |
UTF-8 | 鬩ゥ陋セ礦 | 111010011010110010101001111011111011110110101001111010011001100110001011111011111011110110111110111001111010010010100110 | e9aca9efbda9e9998befbdbee7a4a6 |
UHC | ??陋?? | 001111110011111111010111101100000011111100111111 | 3f3fd7b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)