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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 螂ェ菫玲據~ | 11100101101001011010101011100100101111111001011111100110100111011001111101111110 | e5a5aae4bf97e69d9f7e |
EUC-JP | 螂ェ菫玲據~ | 1110101010100111100011101010101011101000110000011100111011101000110110101010000101111110 | eaa78eaae8c1cee8daa17e |
UTF-8 | 螂ェ菫玲據~ | 11101000100111101000001011101111101111011010101011101000100011111010101111100111100011101011001011100110100100111001101001111110 | e89e82efbdaae88fabe78eb2e6939a7e |
UHC | 螂?菫玲據~ | 11010101110011000011111111010000110010111101011010111100110010111110000001111110 | d5cc3fd0cbd6bccbe07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)