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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 舒腑h | 1001100010101110111001000100010001101000 | 98aee44468 |
EUC-JP | 舒腑h | 1101000010110000111001111010010101101000 | d0b0e7a568 |
UTF-8 | 舒腑h | 11101000100010001001001011101000100001011001000101101000 | e88892e8859168 |
UHC | 舒腑h | 1110000010100010110111011011000001101000 | e0a2ddb068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)