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 | 召?讖モ召ツ | 100011111010001000111111111001101010100111010011100011111010001011000010 | 8fa23fe6a9d38fa2c2 |
EUC-JP | 召尗讖モ召ツ | 10111110101001001000111110111010111010101110110010101011100011101101001110111110101001001000111011000010 | bea48fbaeaecab8ed3bea48ec2 |
UTF-8 | 召尗讖モ召ツ | 111001011000111110101100111001011011000010010111111010001010111010010110111011111011111010010011111001011000111110101100111011111011111010000010 | e58face5b097e8ae96efbe93e58facefbe82 |
UHC | 召?讖?召? | 111000011010111100111111111100111101100100111111111000011010111100111111 | e1af3ff3d93fe1af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)