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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ЯЯ^ | 1000010001100000100001000110000001011110 | 846084605e |
EUC-JP | ЯЯ^ | 1010011111000001101001111100000101011110 | a7c1a7c15e |
UTF-8 | ЯЯ^ | 1101000010101111110100001010111101011110 | d0afd0af5e |
UHC | ЯЯ^ | 1010110011000001101011001100000101011110 | acc1acc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)