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 | 峭穢縫 | 100110111011011111100010011100011001011001000100 | 9bb7e2719644 |
EUC-JP | 峭穢縫 | 110101101011100111100011110100101100101110100101 | d6b9e3d2cba5 |
UTF-8 | 峭穢縫 | 111001011011001110101101111001111010100110100010111001111011100010101011 | e5b3ade7a9a2e7b8ab |
UHC | ?穢縫 | 0011111111100111110110111101110011101110 | 3fe7dbdcee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)