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 | 豎織豎織^ | 111001101011000110010000010001001110011010110001100100000100010001011110 | e6b19044e6b190445e |
EUC-JP | 豎織豎織^ | 111011001011001110111111101001011110110010110011101111111010010101011110 | ecb3bfa5ecb3bfa55e |
UTF-8 | 豎織豎織^ | 11101000101100011000111011100111101110011001010011101000101100011000111011100111101110011001010001011110 | e8b18ee7b994e8b18ee7b9945e |
UHC | ?織?織^ | 00111111111100101100010000111111111100101100010001011110 | 3ff2c43ff2c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)