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 | '嫉鱶キソ | 1111101001010110100011101011100111101001111001101011011110111111 | fa568eb9e9e6b7bf |
EUC-JP | ?嫉鱶キソ | 001111111011110010111011111100101110100010001110101101111000111010111111 | 3fbcbbf2e88eb78ebf |
UTF-8 | '嫉鱶キソ | 111011111011110010000111111001011010101110001001111010011011000110110110111011111011110110110111111011111011110110111111 | efbc87e5ab89e9b1b6efbdb7efbdbf |
UHC | '嫉??? | 10100011101001111111001011101100001111110011111100111111 | a3a7f2ec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)