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 | û½ÎéÞ¥ | 111110111011110111001110111010011101111010100101 | fbbdcee9dea5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | û?ÎéÞ? | 1000111110101011111001010011111110001111101010101100001010001111101010111011000110001111101010011011000000111111 | 8fabe53f8faac28fabb18fa9b03f |
UTF-8 | û½ÎéÞ¥ | 110000111011101111000010101111011100001110001110110000111010100111000011100111101100001010100101 | c3bbc2bdc38ec3a9c39ec2a5 |
UHC | ?½??Þ? | 0011111110101000111101100011111100111111101010001010110100111111 | 3fa8f63f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)