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 | 閱뤺븥留쏁몱 | 111010011001011010110001111010111010010010111010111010111011100010100101111011111010011110001101111011001000111110000001111010111010101010110001 | e996b1eba4baebb8a5efa78dec8f81ebaab1 |
UHC | 閱뤺븥留쏁몱 | 111001101111001110001111111010001001010110001110111010111010011110011011111001111001000110011010 | e6f38fe8958eeba79be7919a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)