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 | òºÔûß | 1111001010111010110101001111101111011111 | f2bad4fbdf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | òºÔûß | 100011111010101111010010100011111010001011101011100011111010101011010100100011111010101111100101100011111010100111001110 | 8fabd28fa2eb8faad48fabe58fa9ce |
UTF-8 | òºÔûß | 11000011101100101100001010111010110000111001010011000011101110111100001110011111 | c3b2c2bac394c3bbc39f |
UHC | ?º??ß | 00111111101010001010110000111111001111111010100110101100 | 3fa8ac3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)