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 | 寃?彬 | 1001101110000011001111111001010101101010 | 9b833f956a |
EUC-JP | 寃?彬 | 1101010111100011001111111100100111001011 | d5e33fc9cb |
UTF-8 | 寃닻彬 | 111001011010111110000011111010111000101110111011111001011011110110101100 | e5af83eb8bbbe5bdac |
UHC | 寃닻彬 | 111010101011001010110100111010011101111010101111 | eab2b4e9deaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)