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 | 赤?楫 | 1001000011010100001111111001111010110101 | 90d43f9eb5 |
EUC-JP | 赤?楫 | 1100000011010110001111111101110010110111 | c0d63fdcb7 |
UTF-8 | 赤렠楫 | 111010001011010110100100111010111010000010100000111001101010010110101011 | e8b5a4eba0a0e6a5ab |
UHC | 赤렠楫 | 111011101110010110001110101100011111000111101111 | eee58eb1f1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)