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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | サ鰲 | 101110111110100111100000 | bbe9e0 |
EUC-JP | サ鰲 | 10001110101110111111001011100010 | 8ebbf2e2 |
UTF-8 | サ鰲 | 111011111011110110111011111010011011000010110010 | efbdbbe9b0b2 |
UHC | ?鰲 | 001111111110100010100111 | 3fe8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)