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 | ûT¾úÝ | 1111101101010100101111101111101011011101 | fb54befadd |
SJIS-WIN | ?T??? | 0011111101010100001111110011111100111111 | 3f543f3f3f |
EUC-JP | ûT?úÝ | 1000111110101011111001010101010000111111100011111010101111100010100011111010101011110010 | 8fabe5543f8fabe28faaf2 |
UTF-8 | ûT¾úÝ | 110000111011101101010100110000101011111011000011101110101100001110011101 | c3bb54c2bec3bac39d |
UHC | ?T¾?? | 001111110101010010101000111110100011111100111111 | 3f54a8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)