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 | 逖滔」滕サ滓 | 11100111100110001001111111101011101000111001111111101100101110111001111111100110 | e7989feba39fecbb9fe6 |
EUC-JP | 逖滔」滕サ滓 | 111011011111100011011110111011011000111010100011110111101110111010001110101110111101111011101000 | edf8deed8ea3deee8ebbdee8 |
UTF-8 | 逖滔」滕サ滓 | 111010011000000010010110111001101011101110010100111011111011110110100011111001101011101110010101111011111011110110111011111001101011101110010011 | e98096e6bb94efbda3e6bb95efbdbbe6bb93 |
UHC | ?滔???滓 | 0011111111010100101001010011111100111111001111111110111010101011 | 3fd4a53f3f3feeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)