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 | 迢千楞 | 111001111000101110010000111001111001111010111111 | e78b90e79ebf |
EUC-JP | 迢千楞 | 111011011110101111000000111010011101110011000001 | edebc0e9dcc1 |
UTF-8 | 迢千楞 | 111010001011111110100010111001011000110110000011111001101010010110011110 | e8bfa2e58d83e6a59e |
UHC | ?千楞 | 0011111111110100101101101101011111010001 | 3ff4b6d7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)