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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 達湛~ | 1001001001000010100100100101100001111110 | 924292587e |
EUC-JP | 達湛~ | 1100001110100011110000111011100101111110 | c3a3c3b97e |
UTF-8 | 達湛~ | 11101001100000011001010011100110101110011001101101111110 | e98194e6b99b7e |
UHC | 達湛~ | 1101001110111001110100111100000001111110 | d3b9d3c07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)