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 | ûC²úܳ | 111110110100001110110010111110101101110010110011 | fb43b2fadcb3 |
SJIS-WIN | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
EUC-JP | ûC?úÜ? | 100011111010101111100101010000110011111110001111101010111110001010001111101010101110010000111111 | 8fabe5433f8fabe28faae43f |
UTF-8 | ûC²úܳ | 1100001110111011010000111100001010110010110000111011101011000011100111001100001010110011 | c3bb43c2b2c3bac39cc2b3 |
UHC | ?C²??³ | 0011111101000011101010011111011100111111001111111010100111111000 | 3f43a9f73f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)