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 | 藹潔酬 | 111001010101110010001100100010011000111101010110 | e55c8c898f56 |
EUC-JP | 藹潔酬 | 111010011011110110110111111010011011110110110111 | e9bdb7e9bdb7 |
UTF-8 | 藹潔酬 | 111010001001011110111001111001101011110110010100111010011000010110101100 | e897b9e6bd94e985ac |
UHC | ?潔酬 | 0011111111001100101111101110001011000110 | 3fccbee2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)