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 | 逖滔」晨此陂 | 1110011110011000100111111110101110100011100111011110110110001101100111111110100010011000 | e7989feba39ded8d9fe898 |
EUC-JP | 逖滔」晨此陂 | 111011011111100011011110111011011000111010100011110110101110111110111010101000011110111111111000 | edf8deed8ea3daefbaa1eff8 |
UTF-8 | 逖滔」晨此陂 | 111010011000000010010110111001101011101110010100111011111011110110100011111001101001100110101000111001101010110110100100111010011001100110000010 | e98096e6bb94efbda3e699a8e6ada4e99982 |
UHC | ?滔?晨此陂 | 00111111110101001010010100111111111000111110011111110011101011101111100110101110 | 3fd4a53fe3e7f3aef9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)