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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蛾蛾^ | 1000100111101001100010011110100101011110 | 89e989e95e |
EUC-JP | 蛾蛾^ | 1011001011101011101100101110101101011110 | b2ebb2eb5e |
UTF-8 | 蛾蛾^ | 11101000100110111011111011101000100110111011111001011110 | e89bbee89bbe5e |
UHC | 蛾蛾^ | 1110010010110110111001001011011001011110 | e4b6e4b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)