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 | û½G | 1111101110111101100011101010110101000111 | fbbd8ead47 |
SJIS-WIN | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
EUC-JP | û???G | 10001111101010111110010100111111001111110011111101000111 | 8fabe53f3f3f47 |
UTF-8 | û½G | 110000111011101111000010101111011100001010001110110000101010110101000111 | c3bbc2bdc28ec2ad47 |
UHC | ?½?G | 00111111101010001111011000111111101000011010100101000111 | 3fa8f63fa1a947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)