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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 低繃低棚^ | 100100101110000111100011011111011001001011100001100100100100100101011110 | 92e1e37d92e192495e |
EUC-JP | 低繃低棚^ | 110001001110001111100101110111101100010011100011110000111010101001011110 | c4e3e5dec4e3c3aa5e |
UTF-8 | 低繃低棚^ | 11100100101111011000111011100111101110011000001111100100101111011000111011100110101000111001101001011110 | e4bd8ee7b983e4bd8ee6a39a5e |
UHC | 低繃低棚^ | 111011101011100011011101110111101110111010111000110111011101110001011110 | eeb8dddeeeb8dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)