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 | 送沼送沼^ | 100100011001011110001111110000001001000110010111100011111100000001011110 | 91978fc091978fc05e |
EUC-JP | 送沼送沼^ | 110000011111011110111110110000101100000111110111101111101100001001011110 | c1f7bec2c1f7bec25e |
UTF-8 | 送沼送沼^ | 11101001100000001000000111100110101100101011110011101001100000001000000111100110101100101011110001011110 | e98081e6b2bce98081e6b2bc5e |
UHC | 送沼送沼^ | 111000011110101011100001101110111110000111101010111000011011101101011110 | e1eae1bbe1eae1bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)