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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螯蛾械 | 111001011010011010001001111010011000101001000010 | e5a689e98a42 |
EUC-JP | 螯蛾械 | 111010101010100010110010111010111011001110100011 | eaa8b2ebb3a3 |
UTF-8 | 螯蛾械 | 111010001001111010101111111010001001101110111110111001101010001010110000 | e89eafe89bbee6a2b0 |
UHC | ?蛾械 | 0011111111100100101101101100110011111110 | 3fe4b6ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)