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 | kZC | 1000100101101011100100100101101010010001100011101001001001000011 | 896b925a918e9243 |
SJIS-WIN | ?k?Z???C | 0011111101101011001111110101101000111111001111110011111101000011 | 3f6b3f5a3f3f3f43 |
EUC-JP | ?k?Z???C | 0011111101101011001111110101101000111111001111110011111101000011 | 3f6b3f5a3f3f3f43 |
UTF-8 | kZC | 11000010100010010110101111000010100100100101101011000010100100011100001010001110110000101001001001000011 | c2896bc2925ac291c28ec29243 |
UHC | ?k?Z???C | 0011111101101011001111110101101000111111001111110011111101000011 | 3f6b3f5a3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)