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 | ÊêöòÞø | 110010101110101011110110111100101101111011111000 | caeaf6f2def8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÊêöòÞø | 100011111010101010110100100011111010101110110100100011111010101111010011100011111010101111010010100011111010100110110000100011111010100111001100 | 8faab48fabb48fabd38fabd28fa9b08fa9cc |
UTF-8 | ÊêöòÞø | 110000111000101011000011101010101100001110110110110000111011001011000011100111101100001110111000 | c38ac3aac3b6c3b2c39ec3b8 |
UHC | ????Þø | 0011111100111111001111110011111110101000101011011010100110101010 | 3f3f3f3fa8ada9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)