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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髣・貊灘椛 | 111010011001011110100101111001101011101110010011111001011000101010010001 | e997a5e6bb93e58a91 |
EUC-JP | 髣・貊灘椛 | 11110001111101111000111010100101111011001011110111000110111001111011001111110001 | f1f78ea5ecbdc6e7b3f1 |
UTF-8 | 髣・貊灘椛 | 111010011010101110100011111011111011110110100101111010001011001010001010111001111000000110011000111001101010010010011011 | e9aba3efbda5e8b28ae78198e6a49b |
UHC | ??貊灘? | 00111111001111111101100011100111111101111010100000111111 | 3f3fd8e7f7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)