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 | 章??藏 | 100011111100110100111111001111111110010101010101 | 8fcd3f3fe555 |
EUC-JP | 章??藏 | 101111101100111100111111001111111110100110110110 | becf3f3fe9b6 |
UTF-8 | 章뚲쓭藏 | 111001111010101110100000111010111001101010110010111011001001001110101101111010001001011110001111 | e7aba0eb9ab2ec93ade8978f |
UHC | 章뚲쓭藏 | 1110110111110001100011001110111010011101100011011110110111111010 | edf18cee9d8dedfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)