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 | 髴ェ竇カ | 111010011001110010101010111000101000010110110110 | e99caae285b6 |
EUC-JP | 髴ェ竇カ | 1111000111111100100011101010101011100011111001011000111010110110 | f1fc8eaae3e58eb6 |
UTF-8 | 髴ェ竇カ | 111010011010101110110100111011111011110110101010111001111010101110000111111011111011110110110110 | e9abb4efbdaae7ab87efbdb6 |
UHC | ??竇? | 0011111100111111110101001110010000111111 | 3f3fd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)