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 | 銓苓ェ悟竅闌 | 1110011111110010100101111110100010101010100011001110010111100010100000011110100010001100 | e7f297e8aa8ce5e281e88c |
EUC-JP | 銓苓ェ悟竅闌 | 111011101111010011001110111010101000111010101010101110001110011111100011111000011110111111101100 | eef4ceea8eaab8e7e3e1efec |
UTF-8 | 銓苓ェ悟竅闌 | 111010011000101010010011111010001000101110010011111011111011110110101010111001101000001010011111111001111010101110000101111010011001011110001100 | e98a93e88b93efbdaae6829fe7ab85e9978c |
UHC | 銓??悟竅? | 111011111011000000111111001111111110011111110110110100001010101100111111 | efb03f3fe7f6d0ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)