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 | 裁縫裁縫^ | 100011011101100110010110010001001000110111011001100101100100010001011110 | 8dd996448dd996445e |
EUC-JP | 裁縫裁縫^ | 101110101101101111001011101001011011101011011011110010111010010101011110 | badbcba5badbcba55e |
UTF-8 | 裁縫裁縫^ | 11101000101000111000000111100111101110001010101111101000101000111000000111100111101110001010101101011110 | e8a381e7b8abe8a381e7b8ab5e |
UHC | 裁縫裁縫^ | 111011101010111011011100111011101110111010101110110111001110111001011110 | eeaedceeeeaedcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)