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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 逖滔」晨祷E | 11100111100110001001111111101011101000111001110111101101100100111001100001000101 | e7989feba39ded939845 |
EUC-JP | 逖滔」晨祷E | 1110110111111000110111101110110110001110101000111101101011101111110001011111100001000101 | edf8deed8ea3daefc5f845 |
UTF-8 | 逖滔」晨祷E | 11101001100000001001011011100110101110111001010011101111101111011010001111100110100110011010100011100111101001011011011101000101 | e98096e6bb94efbda3e699a8e7a5b745 |
UHC | ?滔?晨?E | 0011111111010100101001010011111111100011111001110011111101000101 | 3fd4a53fe3e73f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)