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 | 髣・貅キ蜚ア | 111010011001011110100101111001101011101010110111111001011001010010110001 | e997a5e6bab7e594b1 |
EUC-JP | 髣・貅キ蜚ア | 111100011111011110001110101001011110110010111100100011101011011111101001111101001000111010110001 | f1f78ea5ecbc8eb7e9f48eb1 |
UTF-8 | 髣・貅キ蜚ア | 111010011010101110100011111011111011110110100101111010001011001010000101111011111011110110110111111010001001110010011010111011111011110110110001 | e9aba3efbda5e8b285efbdb7e89c9aefbdb1 |
UHC | ????蜚? | 00111111001111110011111100111111110111101010010000111111 | 3f3f3f3fdea43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)