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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 逖滔」晨祷] | 11100111100110001001111111101011101000111001110111101101100100111001100001011101 | e7989feba39ded93985d |
EUC-JP | 逖滔」晨祷] | 1110110111111000110111101110110110001110101000111101101011101111110001011111100001011101 | edf8deed8ea3daefc5f85d |
UTF-8 | 逖滔」晨祷] | 11101001100000001001011011100110101110111001010011101111101111011010001111100110100110011010100011100111101001011011011101011101 | e98096e6bb94efbda3e699a8e7a5b75d |
UHC | ?滔?晨?] | 0011111111010100101001010011111111100011111001110011111101011101 | 3fd4a53fe3e73f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)