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 | 而?畯?^ | 10001110101001110011111111111011011011110011111101011110 | 8ea73ffb6f3f5e |
EUC-JP | 而?畯?^ | 1011110010101001001111111000111111001101101110110011111101011110 | bca93f8fcdbb3f5e |
UTF-8 | 而렲畯렜^ | 11101000100000001000110011101011101000001011001011100111100101011010111111101011101000001001110001011110 | e8808ceba0b2e795afeba09c5e |
UHC | 而렲畯렜^ | 111011001011101110001110101111111111000111100001100011101010111001011110 | ecbb8ebff1e18eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)