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 | 巐ァ巐器囿逕 | 1111101010110110101001111111101010110110100010101110110110011010100111001110011110010100 | fab6a7fab68aed9a9ce794 |
EUC-JP | 巐ァ巐器囿逕 | 1000111110111011111110011000111010100111100011111011101111111001101101001110111111010011111111001110110111110100 | 8fbbf98ea78fbbf9b4efd3fcedf4 |
UTF-8 | 巐ァ巐器囿逕 | 111001011011011110010000111011111011110110100111111001011011011110010000111001011001100110101000111001011001101110111111111010011000000010010101 | e5b790efbda7e5b790e599a8e59bbfe98095 |
UHC | ???器?逕 | 0011111100111111001111111101000011101111001111111100110011101111 | 3f3f3fd0ef3fccef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)