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 | û½®åå¹ | 1111101110111101100011101010111011100101111001011000111010111001 | fbbd8eaee5e58eb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û??®åå?? | 10001111101010111110010100111111001111111000111110100010111011101000111110101011101010011000111110101011101010010011111100111111 | 8fabe53f3f8fa2ee8faba98faba93f3f |
UTF-8 | û½®åå¹ | 11000011101110111100001010111101110000101000111011000010101011101100001110100101110000111010010111000010100011101100001010111001 | c3bbc2bdc28ec2aec3a5c3a5c28ec2b9 |
UHC | ?½?®???¹ | 0011111110101000111101100011111110100010111001110011111100111111001111111010100111110110 | 3fa8f63fa2e73f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)