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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?蒡??\ | 001111111110010011101110001111110011111101011100 | 3fe4ee3f3f5c |
EUC-JP | ?蒡??\ | 001111111110100011110000001111110011111101011100 | 3fe8f03f3f5c |
UTF-8 | 뤾蒡끗섣\ | 11101011101001001011111011101000100100101010000111101011100000011001011111101100100001001010001101011100 | eba4bee892a1eb8197ec84a35c |
UHC | 뤾蒡끗섣\ | 100011111110101011011011101111001011001011111101101111001011001001011100 | 8feadbbcb2fdbcb25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)