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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讌れЛ | 111001101010010110000010111010101000010001001100 | e6a582ea844c |
EUC-JP | 讌れЛ | 111011001010011110100100111011001010011110101101 | eca7a4eca7ad |
UTF-8 | 讌れЛ | 1110100010101110100011001110001110000010100011001101000010011011 | e8ae8ce3828cd09b |
UHC | ?れЛ | 0011111110101010111011001010110010101101 | 3faaecacad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)