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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 袱仙拍踰з | 11100101110111101001000011100101100101001000111111100110111110101000010001111000 | e5de90e5948fe6fa8478 |
EUC-JP | 袱仙拍踰з | 11101010111000001100000011100111110001111110111111101100111111001010011111011001 | eae0c0e7c7efecfca7d9 |
UTF-8 | 袱仙拍踰з | 1110100010100010101100011110010010111011100110011110011010001011100011011110100010111000101100001101000010110111 | e8a2b1e4bb99e68b8de8b8b0d0b7 |
UHC | ?仙拍踰з | 001111111110000010111001110110101101000011101011101100101010110011011001 | 3fe0b9dad0ebb2acd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)