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 | ûU¾Ý | 111110110101010110001110101111101000111111011101 | fb558ebe8fdd |
SJIS-WIN | ?U???? | 001111110101010100111111001111110011111100111111 | 3f553f3f3f3f |
EUC-JP | ûU???Ý | 10001111101010111110010101010101001111110011111100111111100011111010101011110010 | 8fabe5553f3f3f8faaf2 |
UTF-8 | ûU¾Ý | 1100001110111011010101011100001010001110110000101011111011000010100011111100001110011101 | c3bb55c28ec2bec28fc39d |
UHC | ?U?¾?? | 00111111010101010011111110101000111110100011111100111111 | 3f553fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)