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 | 髣・貉イ蝓シ | 111010011001011110100101111001101011100110110010111001011001111110111100 | e997a5e6b9b2e59fbc |
EUC-JP | 髣・貉イ蝓シ | 111100011111011110001110101001011110110010111011100011101011001011101010101000011000111010111100 | f1f78ea5ecbb8eb2eaa18ebc |
UTF-8 | 髣・貉イ蝓シ | 111010011010101110100011111011111011110110100101111010001011001010001001111011111011110110110010111010001001110110010011111011111011110110111100 | e9aba3efbda5e8b289efbdb2e89d93efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)