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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 。ュ将艀{d | 1010000110101101100011111010101111100100011110000111101101100100 | a1ad8fabe4787b64 |
EUC-JP | 。ュ将艀{d | 10001110101000011000111010101101101111101010110111100111110110010111101101100100 | 8ea18eadbeade7d97b64 |
UTF-8 | 。ュ将艀{d | 1110111110111101101000011110111110111101101011011110010110110000100001101110100010001001100000000111101101100100 | efbda1efbdade5b086e889807b64 |
UHC | ???艀{d | 00111111001111110011111111011101101100100111101101100100 | 3f3f3fddb27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)