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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬆尖ー・孖矩 | 11101001101000001001000011101011101100001010010111111010101001101000101111101001 | e9a090ebb0a5faa68be9 |
EUC-JP | 鬆尖ー・孖矩 | 11110010101000101100000011101101100011101011000010001110101001011000111110111010101111101011011011101011 | f2a2c0ed8eb08ea58fbabeb6eb |
UTF-8 | 鬆尖ー・孖矩 | 111010011010110010000110111001011011000010010110111011111011110110110000111011111011110110100101111001011010110110010110111001111001111110101001 | e9ac86e5b096efbdb0efbda5e5ad96e79fa9 |
UHC | ?尖???矩 | 0011111111110100110100110011111100111111001111111100111110111011 | 3ff4d33f3f3fcfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)