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 | 駭?倖耕潔 | 111010010110111000111111100011001111010010001101011010111000110010001001 | e96e3f8cf48d6b8c89 |
EUC-JP | 駭?倖耕潔 | 111100011100111100111111101110001111011010111001110011001011011111101001 | f1cf3fb8f6b9ccb7e9 |
UTF-8 | 駭렱倖耕潔 | 111010011010011110101101111010111010000010110001111001011000000010010110111010001000000010010101111001101011110110010100 | e9a7adeba0b1e58096e88095e6bd94 |
UHC | 駭렱倖耕潔 | 11111010101101001000111010111110111110101011100011001100111010011100110010111110 | fab48ebefab8cce9ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)