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 | 迯底セ」縺 | 1110011110001101100100101110101010111110101000111110001110000001 | e78d92eabea3e381 |
EUC-JP | 迯底セ」縺 | 11101101111011011100010011101100100011101011111010001110101000111110010111100001 | ededc4ec8ebe8ea3e5e1 |
UTF-8 | 迯底セ」縺 | 111010001011111110101111111001011011101010010101111011111011110110111110111011111011110110100011111001111011100010111010 | e8bfafe5ba95efbdbeefbda3e7b8ba |
UHC | ?底??? | 001111111110111010111100001111110011111100111111 | 3feebc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)