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 | û½D | 1111101110111101100011101010110101000100 | fbbd8ead44 |
SJIS-WIN | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
EUC-JP | û???D | 10001111101010111110010100111111001111110011111101000100 | 8fabe53f3f3f44 |
UTF-8 | û½D | 110000111011101111000010101111011100001010001110110000101010110101000100 | c3bbc2bdc28ec2ad44 |
UHC | ?½?D | 00111111101010001111011000111111101000011010100101000100 | 3fa8f63fa1a944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)