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 | û½ÎéÞ¥ | 11111011101111011100111011101001110111101010010110001111 | fbbdcee9dea58f |
SJIS-WIN | ?????¥? | 0011111100111111001111110011111100111111100000011000111100111111 | 3f3f3f3f3f818f3f |
EUC-JP | û?ÎéÞ?? | 100011111010101111100101001111111000111110101010110000101000111110101011101100011000111110101001101100000011111100111111 | 8fabe53f8faac28fabb18fa9b03f3f |
UTF-8 | û½ÎéÞ¥ | 1100001110111011110000101011110111000011100011101100001110101001110000111001111011000010101001011100001010001111 | c3bbc2bdc38ec3a9c39ec2a5c28f |
UHC | ?½??Þ?? | 001111111010100011110110001111110011111110101000101011010011111100111111 | 3fa8f63f3fa8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)