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 | 召?讖モ召 | 1000111110100010001111111110011010101001110100111000111110100010 | 8fa23fe6a9d38fa2 |
EUC-JP | 召尗讖モ召 | 1011111010100100100011111011101011101010111011001010101110001110110100111011111010100100 | bea48fbaeaecab8ed3bea4 |
UTF-8 | 召尗讖モ召 | 111001011000111110101100111001011011000010010111111010001010111010010110111011111011111010010011111001011000111110101100 | e58face5b097e8ae96efbe93e58fac |
UHC | 召?讖?召 | 1110000110101111001111111111001111011001001111111110000110101111 | e1af3ff3d93fe1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)