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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 謖サ | 111001101000110010111011 | e68cbb |
EUC-JP | 謖サ | 11101011111011001000111010111011 | ebec8ebb |
UTF-8 | 謖サ | 111010001010110010010110111011111011110110111011 | e8ac96efbdbb |
UHC | 謖? | 111000011101101000111111 | e1da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)