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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逖滔」晨此 | 111001111001100010011111111010111010001110011101111011011000110110011111 | e7989feba39ded8d9f |
EUC-JP | 逖滔」晨此 | 11101101111110001101111011101101100011101010001111011010111011111011101010100001 | edf8deed8ea3daefbaa1 |
UTF-8 | 逖滔」晨此 | 111010011000000010010110111001101011101110010100111011111011110110100011111001101001100110101000111001101010110110100100 | e98096e6bb94efbda3e699a8e6ada4 |
UHC | ?滔?晨此 | 0011111111010100101001010011111111100011111001111111001110101110 | 3fd4a53fe3e7f3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)