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 | ?????AP | 00111111001111110011111100111111001111110100000101010000 | 3f3f3f3f3f4150 |
SJIS-WIN | テュツ伉ェAP | 1100001110101101110000101001100011000010101010100100000101010000 | c3adc298c2aa4150 |
EUC-JP | テュツ伉ェAP | 100011101100001110001110101011011000111011000010110100001100010010001110101010100100000101010000 | 8ec38ead8ec2d0c48eaa4150 |
UTF-8 | テュツ伉ェAP | 1110111110111110100000111110111110111101101011011110111110111110100000101110010010111100100010011110111110111101101010100100000101010000 | efbe83efbdadefbe82e4bc89efbdaa4150 |
UHC | ???伉?AP | 0011111100111111001111111111100111110010001111110100000101010000 | 3f3f3ff9f23f4150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)