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 | °Û°þ | 1011000011011011100011111011000011111110 | b0db8fb0fe |
SJIS-WIN | °??°? | 10000001100010110011111100111111100000011000101100111111 | 818b3f3f818b3f |
EUC-JP | °Û?°þ | 1010000111101011100011111010101011100101001111111010000111101011100011111010100111010000 | a1eb8faae53fa1eb8fa9d0 |
UTF-8 | °Û°þ | 11000010101100001100001110011011110000101000111111000010101100001100001110111110 | c2b0c39bc28fc2b0c3be |
UHC | °??°þ | 1010000111000110001111110011111110100001110001101010100110101101 | a1c63f3fa1c6a9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)