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 | 迯底セ」寘 | 1110011110001101100100101110101010111110101000111111101010101001 | e78d92eabea3faa9 |
EUC-JP | 迯底セ」寘 | 1110110111101101110001001110110010001110101111101000111010100011100011111011101011100001 | ededc4ec8ebe8ea38fbae1 |
UTF-8 | 迯底セ」寘 | 111010001011111110101111111001011011101010010101111011111011110110111110111011111011110110100011111001011010111110011000 | e8bfafe5ba95efbdbeefbda3e5af98 |
UHC | ?底??? | 001111111110111010111100001111110011111100111111 | 3feebc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)