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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???涅?B | 00111111001111110011111110011111101110000011111101000010 | 3f3f3f9fb83f42 |
EUC-JP | ???涅?B | 00111111001111110011111111011110101110100011111101000010 | 3f3f3fdeba3f42 |
UTF-8 | 筽삣뜥涅밄B | 11100111101011011011110111101100100000101010001111101011100111001010010111100110101101101000010111101011101100001000010001000010 | e7adbdec82a3eb9ca5e6b685ebb08442 |
UHC | 筽삣뜥涅밄B | 1110100010100100101110111110010110001101101010001110011011101110100100110100001001000010 | e8a4bbe58da8e6ee934242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)