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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 閱뤺븥留쏂쳨 | 111010011001011010110001111010111010010010111010111010111011100010100101111011111010011110001101111011001000111110000010111011001011001110101000 | e996b1eba4baebb8a5efa78dec8f82ecb3a8 |
UHC | 閱뤺븥留쏂쳨 | 111001101111001110001111111010001001010110001110111010111010011110011011111010001010101110001101 | e6f38fe8958eeba79be8ab8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)