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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錮ス蟷玲 | 11100111111111001011110111100101101110011001011111100110 | e7fcbde5b997e6 |
EUC-JP | 錮ス蟷玲 | 1110111011111110100011101011110111101010101110111100111011101000 | eefe8ebdeabbcee8 |
UTF-8 | 錮ス蟷玲 | 111010011000110010101110111011111011110110111101111010001001111110110111111001111000111010110010 | e98caeefbdbde89fb7e78eb2 |
UHC | 錮??玲 | 110011011101000100111111001111111101011010111100 | cdd13f3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)