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 | 逖滔」晨導陂 | 1110011110011000100111111110101110100011100111011110110110010011101100011110100010011000 | e7989feba39ded93b1e898 |
EUC-JP | 逖滔」晨導陂 | 111011011111100011011110111011011000111010100011110110101110111111000110101100111110111111111000 | edf8deed8ea3daefc6b3eff8 |
UTF-8 | 逖滔」晨導陂 | 111010011000000010010110111001101011101110010100111011111011110110100011111001101001100110101000111001011011000010001110111010011001100110000010 | e98096e6bb94efbda3e699a8e5b08ee99982 |
UHC | ?滔?晨導陂 | 00111111110101001010010100111111111000111110011111010011111101001111100110101110 | 3fd4a53fe3e7d3f4f9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)