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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 射磁\ | 1000111011001011100011101010010101011100 | 8ecb8ea55c |
EUC-JP | 射磁\ | 1011110011001101101111001010011101011100 | bccdbca75c |
UTF-8 | 射磁\ | 11100101101100001000010011100111101000111000000101011100 | e5b084e7a3815c |
UHC | 射磁\ | 1101111011010010111011011011100001011100 | ded2edb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)