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 | 正輕? | 1001000010110011111001110110101000111111 | 90b3e76a3f |
EUC-JP | 正輕? | 1100000010110101111011011100101100111111 | c0b5edcb3f |
UTF-8 | 正輕딸 | 111001101010110110100011111010001011110010010101111010111001010010111000 | e6ada3e8bc95eb94b8 |
UHC | 正輕딸 | 111011111110000111001100111011101011010111111110 | efe1cceeb5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)