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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 章??占 | 100011111100110100111111001111111001000011101000 | 8fcd3f3f90e8 |
EUC-JP | 章??占 | 101111101100111100111111001111111100000011101010 | becf3f3fc0ea |
UTF-8 | 章뚲쓭占 | 111001111010101110100000111010111001101010110010111011001001001110101101111001011000110110100000 | e7aba0eb9ab2ec93ade58da0 |
UHC | 章뚲쓭占 | 1110110111110001100011001110111010011101100011011110111110111111 | edf18cee9d8defbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)