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 | 褸羈褸羈^ | 111001011111100011100011101100011110010111111000111000111011000101011110 | e5f8e3b1e5f8e3b15e |
EUC-JP | 褸羈褸羈^ | 111010101111101011100110101100111110101011111010111001101011001101011110 | eafae6b3eafae6b35e |
UTF-8 | 褸羈褸羈^ | 11101000101001001011100011100111101111101000100011101000101001001011100011100111101111101000100001011110 | e8a4b8e7be88e8a4b8e7be885e |
UHC | 褸羈褸羈^ | 110101111010111011010001101111001101011110101110110100011011110001011110 | d7aed1bcd7aed1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)