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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鬆ク驥域搏B | 11101001101000001011100011101001100001111000100011100110100111011001001101000010 | e9a0b8e98788e69d9342 |
EUC-JP | 鬆ク驥域搏B | 1111001010100010100011101011100011110001111001111011000011101000110110011111001101000010 | f2a28eb8f1e7b0e8d9f342 |
UTF-8 | 鬆ク驥域搏B | 11101001101011001000011011101111101111011011100011101001101010011010010111100101100111111001111111100110100100001000111101000010 | e9ac86efbdb8e9a9a5e59f9fe6908f42 |
UHC | ??驥域搏B | 001111110011111111010001110010101110011010110100110110101101000101000010 | 3f3fd1cae6b4dad142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)