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 | 鹿霆 | 111100101010000110001110101011011110100010111011 | f2a18eade8bb |
EUC-JP | ?鹿霆 | 0011111110111100101011111111000010111101 | 3fbcaff0bd |
UTF-8 | 鹿霆 | 111011101000011110011000111010011011100110111111111010011001110010000110 | ee8798e9b9bfe99c86 |
UHC | ?鹿霆 | 0011111111010110111000111110111111111101 | 3fd6e3effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)