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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謗f強 | 111001101000111010000010100001101000101110101101 | e68e82868bad |
EUC-JP | 謗f強 | 111010111110111010100011111001101011011010101111 | ebeea3e6b6af |
UTF-8 | 謗f強 | 111010001010110010010111111011111011110110000110111001011011110010110111 | e8ac97efbd86e5bcb7 |
UHC | 謗f? | 1101101110111111101000111110011000111111 | dbbfa3e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)